Skip to content

Commit 4946c03

Browse files
authored
error: initializer-string for array of 'unsigned char' is too long
Fix UF2_VOLUME_LABEL too long
1 parent d6743ea commit 4946c03

File tree

1 file changed

+1
-1
lines changed
  • src/boards/raytac_mdbt50q_db_40

1 file changed

+1
-1
lines changed

src/boards/raytac_mdbt50q_db_40/board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
//------------- UF2 -------------//
7070
#define UF2_PRODUCT_NAME "Raytac MDBT50Q Demo Board 40"
71-
#define UF2_VOLUME_LABEL "MDBT50QDBBOOT"
71+
#define UF2_VOLUME_LABEL "MDBT50QBOOT"
7272
#define UF2_BOARD_ID "RAYTAC-MDBT50Q-DB-40"
7373
#define UF2_INDEX_URL "https://www.raytac.com/product/ins.php?index_id=81"
7474

0 commit comments

Comments
 (0)