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 64ea299 commit b960b99Copy full SHA for b960b99
.gitignore
@@ -64,3 +64,4 @@ bin/
64
TAGS
65
66
.DS_Store
67
+Makefile.user
Makefile
@@ -7,6 +7,8 @@
7
# - SD_HEX : to bootloader hex binary
8
#------------------------------------------------------------------------------
9
10
+-include Makefile.user
11
+
12
SDK_PATH = lib/sdk/components
13
SDK11_PATH = lib/sdk11/components
14
TUSB_PATH = lib/tinyusb/src
0 commit comments