We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09297fb commit ad12a48Copy full SHA for ad12a48
library.json
@@ -1,6 +1,6 @@
1
{
2
"name": "esp-nimble-cpp",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "C++ wrapper for the NimBLE BLE stack",
5
"keywords": [
6
"BLE",
src/NimBLEUtils.cpp
@@ -37,6 +37,9 @@
37
# include <climits>
38
39
# if defined INC_FREERTOS_H
40
+# ifndef CONFIG_NIMBLE_CPP_FREERTOS_TASK_BLOCK_BIT
41
+# define CONFIG_NIMBLE_CPP_FREERTOS_TASK_BLOCK_BIT 31
42
+# endif
43
constexpr uint32_t TASK_BLOCK_BIT = (1 << CONFIG_NIMBLE_CPP_FREERTOS_TASK_BLOCK_BIT);
44
# endif
45
0 commit comments