Fixup another level of compiler warnings, add _U() definition
This commit is contained in:
committed by
Graham Sanderson
parent
be13f591d0
commit
41c0e9f3b9
@ -40,6 +40,14 @@
|
||||
#define PICO_NO_RAM_VECTOR_TABLE 0
|
||||
#endif
|
||||
|
||||
#ifndef _U
|
||||
#ifdef __ASSEMBLER__
|
||||
#define _U(x) x
|
||||
#else
|
||||
#define _U(x) x ## u
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef PICO_FLASH_SIZE_BYTES
|
||||
#define PICO_FLASH_SIZE_BYTES (2 * 1024 * 1024)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user