risc-v/c906: fix build break
chip/c906_timerisr.c: In function 'up_timer_initialize': Error: chip/c906_timerisr.c:71:3: error: implicit declaration of function 'DEBUGASSERT' [-Werror=implicit-function-declaration] DEBUGASSERT(lower); ^~~~~~~~~~~ cc1: all warnings being treated as errors Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
1975878835
commit
5ec4df2cc6
@ -24,6 +24,7 @@
|
||||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
#include <time.h>
|
||||
#include <debug.h>
|
||||
|
Loading…
Reference in New Issue
Block a user