Skip to content

Commit 066a0d3

Browse files
authored
Code style fixes for nanoframework/nf-interpreter PR#3146 (#3149)
1 parent e4a4c63 commit 066a0d3

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)