Browse Source

Turned off DBGprint.

main
Warrren Watson 3 years ago
parent
commit
da688e143b
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      MassStorageDriver.cpp

+ 1
- 1
MassStorageDriver.cpp View File

#define println USBHost::println_ #define println USBHost::println_


// Uncomment this to display function usage and sequencing. // Uncomment this to display function usage and sequencing.
#define DBGprint 1
#define DBGprint 0


// Big Endian/Little Endian // Big Endian/Little Endian
#define swap32(x) ((x >> 24) & 0xff) | \ #define swap32(x) ((x >> 24) & 0xff) | \

Loading…
Cancel
Save