mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
Fix unix path
This commit is contained in:
parent
0a09763cbb
commit
17b229d90f
|
|
@ -438,8 +438,8 @@ void show_logo(void);
|
||||||
|
|
||||||
// SD Card support, discio functions for FatFS lib implemented in ili9341.c
|
// SD Card support, discio functions for FatFS lib implemented in ili9341.c
|
||||||
#ifdef __USE_SD_CARD__
|
#ifdef __USE_SD_CARD__
|
||||||
#include "fatfs\ff.h"
|
#include "../FatFs/ff.h"
|
||||||
#include "fatfs\diskio.h"
|
#include "../FatFs/diskio.h"
|
||||||
void testLog(void); // debug log
|
void testLog(void); // debug log
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue