mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 12:08:36 +08:00
arm/efm: fix build warning
chip/efm32_start.c:150:3: warning: implicit declaration of function 'itm_syslog_initialize'; did you mean 'syslog_initialize'? [-Wimplicit-function-declaration] 150 | itm_syslog_initialize(); | ^~~~~~~~~~~~~~~~~~~~~ | syslog_initialize Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
parent
8ffe5bdc1e
commit
5582134c04
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
#include <arch/efm32/chip.h>
|
||||
|
||||
#include "arm_internal.h"
|
||||
#include "itm_syslog.h"
|
||||
#include "efm32_config.h"
|
||||
#include "efm32_lowputc.h"
|
||||
#include "efm32_clockconfig.h"
|
||||
|
|
Loading…
Reference in a new issue