diff options
| author | hathach <thach@tinyusb.org> | 2018-07-05 16:19:04 +0700 |
|---|---|---|
| committer | hathach <thach@tinyusb.org> | 2018-07-05 16:19:04 +0700 |
| commit | 0365912e28ed4da8b8bca65ea68be1324ab441cb (patch) | |
| tree | 9986580133b16c362b69fc0bbcc63afbc7652d21 /main.c | |
| parent | 3564e981812ae9d4d91da72805dba5fad1c166f9 (diff) | |
implement msc with internal_flash api
Note: only work with SD is disabled.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -230,11 +230,6 @@ bool start_mp(safe_mode_t safe_mode) { serial_connected_before_animation = serial_connected(); tick_rgb_status_animation(&animation); - - #ifdef NRF52840_XXAA - extern void tusb_task(void); - tusb_task(); - #endif } } |
