while compiling my project it is showing a error in app_timer.c which is on line 62 STATIC_ASSERT(sizeof(timer_node_t) == APP_TIMER_NODE_SIZE); The error is that it is divided by zero, iam also using 2 pwm instances with timer 1 and timer 2
while compiling my project it is showing a error in app_timer.c which is on line 62 STATIC_ASSERT(sizeof(timer_node_t) == APP_TIMER_NODE_SIZE); The error is that it is divided by zero, iam also using 2 pwm instances with timer 1 and timer 2
which compiler are you using? have you added any entries in timer_node_t
struct in app_timer.c
?
which compiler are you using? have you added any entries in timer_node_t
struct in app_timer.c
?