mirror of
https://gitee.com/dlmu-cone/tronone-h7-scaffold
synced 2026-07-24 03:27:45 +08:00
changed starm-clang.cmake
gcc-arm-none-eabi.cmake to have -O0-g
This commit is contained in:
@@ -36,6 +36,7 @@ uint8_t b = 0;
|
||||
* @param argument
|
||||
*/
|
||||
void ws2812Task(void *argument) {
|
||||
(void) argument;
|
||||
while (1) {
|
||||
switch (RobotMode) {
|
||||
case NORMAL_MODE:
|
||||
|
||||
Reference in New Issue
Block a user