mirror of
https://github.com/apache/nuttx.git
synced 2025-12-10 20:24:51 +08:00
Fix format warn (#96)
* fix warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'long unsigned int' * fix warning: implicit declaration of function 'up_init_exidx'
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/addrenv.h>
|
||||
#include <nuttx/elf.h>
|
||||
#include <nuttx/mm/mm.h>
|
||||
#include <nuttx/binfmt/elf.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user