clean up
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user