mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-06 07:00:59 +00:00
10 lines
193 B
C
10 lines
193 B
C
|
|
#define configSUPPORT_STATIC_ALLOCATION 1
|
|
#define INCLUDE_xEventGroupSetBitFromISR 1
|
|
|
|
// dummy typedefs to make it compile
|
|
#define pdTRUE 1
|
|
#define pdFALSE 0
|
|
#define portMAX_DELAY 0xffffffff
|
|
|