Skip to content

Commit 1ddb266

Browse files
committed
fix int data type
1 parent 6a144e2 commit 1ddb266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sfeDataLoggerIoT/sfeDLLed.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ void _sfeLED::on(sfeLEDColor_t color)
310310
//---------------------------------------------------------
311311
// Blink - change the timer value of the current color
312312

313-
void _sfeLED::blink(uint timeout)
313+
void _sfeLED::blink(uint32_t timeout)
314314
{
315315
if (_disabled)
316316
return;

0 commit comments

Comments
 (0)