This commit is contained in:
hathach 2018-06-25 15:17:53 +07:00
parent c989d9c4ba
commit 3a2d350c88
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@
*/
#define CFG_TUD_CDC_FLUSH_ON_SOF 0
// Number of supported Logical Unit Number
// Number of supported Logical Unit Number (At least 1)
#define CFG_TUD_MSC_MAXLUN 1
// Buffer size of Device Mass storage

View File

@ -6,7 +6,7 @@
#define UF2_NUM_BLOCKS 8000 // at least 4,1 MB for FAT16
#define VOLUME_LABEL "NRF52BOOT "
#define FLASH_SIZE (USER_FLASH_END-USER_FLASH_START)
#define FLASH_SIZE (USER_FLASH_END-USER_FLASH_START) // Max flash size
// Only allow to write application
#define USER_FLASH_START 0x26000