changed starm-clang.cmake

gcc-arm-none-eabi.cmake to have -O0-g
This commit is contained in:
TuxMonkey
2025-11-05 20:44:10 +08:00
parent dcc4e38451
commit 9dff60f9ae
8 changed files with 320 additions and 98 deletions

View File

@@ -36,6 +36,7 @@ uint8_t b = 0;
* @param argument
*/
void ws2812Task(void *argument) {
(void) argument;
while (1) {
switch (RobotMode) {
case NORMAL_MODE: