In radlib 2.12.0 radTimerListDebug is declared to return an int but doesn't actually return anything:
radTimerListDebug
int
../src/radtimers.c:390:1: warning: non-void function does not return a value [-Wreturn-type] } ^ 1 warning generated.
Log in to post a comment.