Skip to content

Commit 2135631

Browse files
committed
Code cleanup
1 parent 656a662 commit 2135631

File tree

2 files changed

+1
-143
lines changed

2 files changed

+1
-143
lines changed

eeprom_programmer_STM32/Core/Inc/main.h.old

Lines changed: 0 additions & 139 deletions
This file was deleted.

eeprom_programmer_STM32/Core/Src/AP_application.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,7 @@ void uart_fsm(void)
215215
HAL_StatusTypeDef ret;
216216

217217
if(st != 0 && HAL_GetTick() > timeout) {
218-
219-
// sendErr(ERROR_TIMEOUT);
220-
st = 0;
221-
218+
st = 0;
222219
}
223220

224221
switch (st)

0 commit comments

Comments
 (0)