Changeset 64 for ctrl/firmware/Main/SES/Core
- Timestamp:
- Jan 15, 2025, 4:04:20 PM (12 hours ago)
- Location:
- ctrl/firmware/Main/SES/Core
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ctrl/firmware/Main/SES/Core/Src/keys_thread.cpp
r63 r64 36 36 //HAL_GPIO_WritePin(RX2_LED_GPIO_Port, RX2_LED_Pin, GPIO_PIN_SET); 37 37 38 printThreadStackInfo(TAG);38 //printThreadStackInfo(TAG); 39 39 } 40 40 } -
ctrl/firmware/Main/SES/Core/Src/main_thread.cpp
r63 r64 70 70 tx_thread_sleep(delay_ms); 71 71 72 printThreadStackInfo(TAG);72 //printThreadStackInfo(TAG); 73 73 } 74 74 }
Note: See TracChangeset
for help on using the changeset viewer.