mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Added new XPLAIN serial Bridge project (thanks to John Steggall for the software UART code).
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
/* To enable pf_lseek function, set _USE_LSEEK to 1. */
|
||||
|
||||
|
||||
#define _FS_FAT32 0
|
||||
#define _FS_FAT32 1
|
||||
/* To enable FAT32 support, set _FS_FAT32 to 1. */
|
||||
|
||||
|
||||
|
||||
@@ -88,7 +88,6 @@ void Programmer_Task(void)
|
||||
#endif
|
||||
|
||||
puts("Reading Configuration File...\r\n");
|
||||
|
||||
if (!(ProgrammerConfig_ProcessConfiguration()))
|
||||
goto EndOfProgCycle;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user