This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-usbhost
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Turned off DBGprint.
main
Warrren Watson
3 years ago
parent
9a2d7748f0
commit
da688e143b
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
MassStorageDriver.cpp
+ 1
- 1
MassStorageDriver.cpp
View File
@@ -31,7 +31,7 @@
#define println USBHost::println_
// Uncomment this to display function usage and sequencing.
#define DBGprint
1
#define DBGprint
0
// Big Endian/Little Endian
#define swap32(x) ((x >> 24) & 0xff) | \
Write
Preview
Loading…
Cancel
Save