Skip to content

Commit

Permalink
nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
qitas committed Oct 29, 2021
1 parent dd4e7d0 commit 9d3130f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/IAP/User/Src/bootloader.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ uint8_t u8AdcTrig1ms;

void BootTimerInterrupt(void)
{
UartTimerInterrupt();
PortTimerInterrupt();
if(++u16Timer1ms >= 1000)
{
u16Timer1ms = 0;
Expand Down

0 comments on commit 9d3130f

Please sign in to comment.