Skip to content

Commit fc84b31

Browse files
committed
Fix capitalization of include file, which matters on systems with more case-sensitive file systems :-(
1 parent 95bdb33 commit fc84b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CDC/multiCDC/multiCDC.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
#include <Adafruit_TinyUSB.h>
20-
#include "simpleparser.h"
20+
#include "simpleParser.h"
2121

2222
#define LED LED_BUILTIN
2323

0 commit comments

Comments
 (0)