There was an error while loading. Please reload this page.
1 parent 35087de commit d5e471cCopy full SHA for d5e471c
porting/npl/linux/include/nimble/nimble_npl_os.h
@@ -33,7 +33,7 @@ extern "C" {
33
34
#define BLE_NPL_OS_ALIGNMENT (__WORDSIZE / 8)
35
36
-#define BLE_NPL_TIME_FOREVER INT32_MAX
+#define BLE_NPL_TIME_FOREVER UINT32_MAX
37
38
struct ble_npl_eventq * ble_npl_eventq_dflt_get(void);
39
void ble_npl_eventq_run(struct ble_npl_eventq *evq);
0 commit comments