summaryrefslogtreecommitdiff
path: root/examples/device/nrf52840/src/msc_app.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/device/nrf52840/src/msc_app.h')
-rw-r--r--examples/device/nrf52840/src/msc_app.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/device/nrf52840/src/msc_app.h b/examples/device/nrf52840/src/msc_app.h
index 184ae6e48..38d0f4c99 100644
--- a/examples/device/nrf52840/src/msc_app.h
+++ b/examples/device/nrf52840/src/msc_app.h
@@ -50,23 +50,11 @@
extern "C" {
#endif
-enum
-{
- DISK_BLOCK_NUM = 16, // 8KB is the smallest size that windows allow to mount
- DISK_BLOCK_SIZE = 512
-};
-
#define README_CONTENTS \
"This is tinyusb's MassStorage Class demo.\r\n\r\n\
If you find any bugs or get any questions, feel free to file an\r\n\
issue at github.com/hathach/tinyusb"
-#if CFG_TUSB_MCU==OPT_MCU_LPC11UXX || CFG_TUSB_MCU==OPT_MCU_LPC13UXX
- #define MSCD_APP_ROMDISK
-#else // defaults is ram disk
- #define MSCD_APP_RAMDISK
-#endif
-
#ifdef __cplusplus
}
#endif