Increase max timer number, as ble mesh will use it.

This commit is contained in:
baohongde
2020-05-21 20:59:06 +08:00
committed by maojianxin
parent 84ce40ef47
commit 712fe9d047

View File

@@ -33,7 +33,7 @@ typedef enum {
OSI_ALARM_ERR_INVALID_STATE = -3,
} osi_alarm_err_t;
#define ALARM_CBS_NUM 50
#define ALARM_CBS_NUM 80 //ble mesh will use 30+node timers, so change it from 50 to 80
#define ALARM_ID_BASE 1000
int osi_alarm_create_mux(void);