mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Solve the problem of insufficient osi_alarm.
This commit is contained in:
@@ -33,7 +33,7 @@ typedef enum {
|
|||||||
OSI_ALARM_ERR_INVALID_STATE = -3,
|
OSI_ALARM_ERR_INVALID_STATE = -3,
|
||||||
} osi_alarm_err_t;
|
} osi_alarm_err_t;
|
||||||
|
|
||||||
#define ALARM_CBS_NUM 80 //ble mesh will use 30+node timers, so change it from 50 to 80
|
#define ALARM_CBS_NUM 120 //ble mesh will use 30+node timers, so change it from 50 to 120
|
||||||
#define ALARM_ID_BASE 1000
|
#define ALARM_ID_BASE 1000
|
||||||
|
|
||||||
int osi_alarm_create_mux(void);
|
int osi_alarm_create_mux(void);
|
||||||
|
Reference in New Issue
Block a user