mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-05 23:43:41 +00:00
8b3d323f1b
This is a work in progress. It does not yet work.
19 lines
349 B
C
19 lines
349 B
C
typedef int _lock_t;
|
|
|
|
#define SOC_COEX_HW_PTI 1
|
|
|
|
#include "espidf_types.h"
|
|
#include "esp_private/wifi.h"
|
|
#include "esp_wpa.h"
|
|
#include "esp_phy_init.h"
|
|
#include "phy.h"
|
|
#include "esp_timer.h"
|
|
|
|
#if !defined(CONFIG_IDF_TARGET_ESP32S2)
|
|
#include "esp_bt.h"
|
|
#include "esp_coexist_internal.h"
|
|
#include "esp_coexist_adapter.h"
|
|
#endif
|
|
|
|
#include "esp_now.h"
|