修复椭圆遥控控制异常
This commit is contained in:
@@ -247,8 +247,8 @@ do { \
|
||||
(__HANDLE__)->Lock = HAL_UNLOCKED; \
|
||||
} while (0U)
|
||||
|
||||
#if ((__ARMCC_VERSION % 1000) != 750)
|
||||
#error "Compiler build number mismatch. Required: build 750."
|
||||
#if ((__ARMCC_VERSION % 1000) != 960)
|
||||
#error "Compiler build number mismatch. Required: build 960."
|
||||
#endif
|
||||
|
||||
/* Macro to get variable aligned on 4-bytes, for __ICCARM__ the directive
|
||||
|
||||
Reference in New Issue
Block a user