Skip to content

Commit 979a884

Browse files
committed
Merge branch 'networkfusion/fatfs-r0.15a' of https://github.com/nanoframework/nf-interpreter into networkfusion/fatfs-r0.15a
2 parents cff054f + 066a0d3 commit 979a884

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

targets/ChibiOS/ORGPAL_PALTHREE/ffconf.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,13 @@
182182
/ const char* VolumeStr[FF_VOLUMES] = {"ram","flash","sd","usb",...
183183
*/
184184
#if (HAL_USE_SDC == TRUE) && (HAL_USBH_USE_MSD == TRUE)
185-
#define FF_VOLUME_STRS "D", "E"
185+
#define FF_VOLUME_STRS "D", "E"
186186
#elif (HAL_USE_SDC == FALSE) && (HAL_USBH_USE_MSD == TRUE)
187-
#define FF_VOLUME_STRS "E"
187+
#define FF_VOLUME_STRS "E"
188188
#elif (HAL_USE_SDC == TRUE) && (HAL_USBH_USE_MSD == FALSE)
189-
#define FF_VOLUME_STRS "D"
189+
#define FF_VOLUME_STRS "D"
190190
#else
191-
#define FF_VOLUME_STRS ""
191+
#define FF_VOLUME_STRS ""
192192
#endif
193193

194194
#define FF_MULTI_PARTITION 0

targets/ChibiOS/ORGPAL_PALX/ffconf.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,13 @@
182182
/ const char* VolumeStr[FF_VOLUMES] = {"ram","flash","sd","usb",...
183183
*/
184184
#if (HAL_USE_SDC == TRUE) && (HAL_USBH_USE_MSD == TRUE)
185-
#define FF_VOLUME_STRS "D", "E"
185+
#define FF_VOLUME_STRS "D", "E"
186186
#elif (HAL_USE_SDC == FALSE) && (HAL_USBH_USE_MSD == TRUE)
187-
#define FF_VOLUME_STRS "E"
187+
#define FF_VOLUME_STRS "E"
188188
#elif (HAL_USE_SDC == TRUE) && (HAL_USBH_USE_MSD == FALSE)
189-
#define FF_VOLUME_STRS "D"
189+
#define FF_VOLUME_STRS "D"
190190
#else
191-
#define FF_VOLUME_STRS ""
191+
#define FF_VOLUME_STRS ""
192192
#endif
193193

194194
#define FF_MULTI_PARTITION 0

0 commit comments

Comments
 (0)