Skip to content

Commit

Permalink
Replace sleep with SLEEP
Browse files Browse the repository at this point in the history
  • Loading branch information
n1000 committed Oct 15, 2016
1 parent 60e6f26 commit 408eb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plc/FlashDevice2.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ signed FlashDevice2 (struct plc * plc, uint32_t options)
{
return (-1);
}
sleep (5);
SLEEP (5);
if (WaitForStart (plc, firmware, sizeof (firmware)) == 0)
{
if (strcmp (firmware, "BootLoader"))
Expand Down

0 comments on commit 408eb0a

Please sign in to comment.