Skip to content

Commit 9296903

Browse files
committed
Use unsigned type for interval
1 parent adbe5cc commit 9296903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/USBStorage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class USBStorage : public Arduino_UnifiedStorage {
8080
FileSystems fs = FS_FAT;
8181
bool connected = false;
8282
unsigned long previousMillis;
83-
int interval = 500;
83+
unsigned int interval = 500;
8484
static bool usb_available;
8585
};
8686

0 commit comments

Comments
 (0)