We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adbe5cc commit 9296903Copy full SHA for 9296903
src/USBStorage.h
@@ -80,7 +80,7 @@ class USBStorage : public Arduino_UnifiedStorage {
80
FileSystems fs = FS_FAT;
81
bool connected = false;
82
unsigned long previousMillis;
83
- int interval = 500;
+ unsigned int interval = 500;
84
static bool usb_available;
85
};
86
0 commit comments