clean up msc example

This commit is contained in:
hathach
2018-11-22 11:36:50 +07:00
parent bdded75ad9
commit d7e48f307b
3 changed files with 9 additions and 66 deletions

View File

@@ -36,10 +36,16 @@
*/
/**************************************************************************/
#include "msc_app.h"
#include "bsp/board.h"
#include "tusb.h"
#if CFG_TUD_MSC
#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"
enum
{
DISK_BLOCK_NUM = 16, // 8KB is the smallest size that windows allow to mount