Skip to content

Commit c3ad0f6

Browse files
committed
clean up
1 parent f95f330 commit c3ad0f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/MassStorage/msc_external_flash/msc_external_flash.ino

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22
// Copyright (c) 2019 Ha Thach for Adafruit Industries
33

44
/* This example demo how to expose on-board external Flash as USB Mass Storage.
5-
* - For Feather/Metro M0 express series with SPI flash device
5+
* - For M0 express series with SPI flash device
66
* follow library is required
77
* https://github.com/adafruit/Adafruit_SPIFlash
88
*
9-
* - For Feather/Metro M4 expres series with QSPI flash, additional QSPI is reuiqred
9+
* - For M4 expres series and nRF52840 with QSPI flash, additional library is reuiqred
1010
* https://github.com/adafruit/Adafruit_QSPI
1111
*/
1212

1313
#include "Adafruit_TinyUSB.h"
1414
#include "Adafruit_SPIFlash.h"
1515

1616
#if defined(__SAMD51__) || defined(NRF52840_XXAA)
17-
// use QSPI libary for M4 series
1817
#include "Adafruit_QSPI.h"
1918
#include "Adafruit_QSPI_Flash.h"
2019

0 commit comments

Comments
 (0)