Skip to content

Commit 408eb0a

Browse files
committed
Replace sleep with SLEEP
1 parent 60e6f26 commit 408eb0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plc/FlashDevice2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ signed FlashDevice2 (struct plc * plc, uint32_t options)
8181
{
8282
return (-1);
8383
}
84-
sleep (5);
84+
SLEEP (5);
8585
if (WaitForStart (plc, firmware, sizeof (firmware)) == 0)
8686
{
8787
if (strcmp (firmware, "BootLoader"))

0 commit comments

Comments
 (0)