Skip to content

Commit 408eb0a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plc/FlashDevice2.c

+1-1
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)