1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

Force core_version to be added to compiled binary

This commit is contained in:
Ivan Grokhotkov 2016-06-24 10:54:51 +08:00
parent 2929124028
commit 1588b45a8a

View File

@ -18,6 +18,7 @@ EXTERN(_DoubleExceptionVector)
EXTERN(_KernelExceptionVector)
EXTERN(_NMIExceptionVector)
EXTERN(_UserExceptionVector)
EXTERN(core_version)
PROVIDE(_memmap_vecbase_reset = 0x40000000);
/* Various memory-map dependent cache attribute settings: */
_memmap_cacheattr_wb_base = 0x00000110;