Sys还是不能常量化,否则各个项目的Sys.Start就会报错
This commit is contained in:
parent
927bac9a0c
commit
7452caaf72
2
Sys.cpp
2
Sys.cpp
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "Platform\stm32.h"
|
||||
|
||||
const TSys Sys;
|
||||
TSys Sys;
|
||||
const TTime Time;
|
||||
|
||||
extern uint __heap_base;
|
||||
|
|
Loading…
Reference in New Issue