add:增加上位机交互框架、Flash R/W 框架
This commit is contained in:
@@ -61,6 +61,9 @@
|
||||
#define TRUE 1
|
||||
#define FALSE 0
|
||||
|
||||
|
||||
|
||||
|
||||
#define PI 3.1415926f
|
||||
|
||||
#define SOFTWARE_VERSION "JSBRv1.2" // 软件版本
|
||||
@@ -115,6 +118,7 @@
|
||||
|
||||
#define get_sys_time_msec() HAL_GetTick()
|
||||
|
||||
|
||||
#define CONSTRAIN(x, max, min) (x > max ? max : (x < min ? min : x))
|
||||
|
||||
#endif /* __GLOBAL_H */
|
||||
|
||||
Reference in New Issue
Block a user