Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
feer9 committed Mar 28, 2022
1 parent 656a662 commit 2135631
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 143 deletions.
139 changes: 0 additions & 139 deletions eeprom_programmer_STM32/Core/Inc/main.h.old

This file was deleted.

5 changes: 1 addition & 4 deletions eeprom_programmer_STM32/Core/Src/AP_application.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,7 @@ void uart_fsm(void)
HAL_StatusTypeDef ret;

if(st != 0 && HAL_GetTick() > timeout) {

// sendErr(ERROR_TIMEOUT);
st = 0;

st = 0;
}

switch (st)
Expand Down

0 comments on commit 2135631

Please sign in to comment.