Move filesystem code into its own directory

Step one into cleaning up the codebase a little bit.
This commit is contained in:
Byron Lathi
2022-04-16 21:43:26 -05:00
parent c8ce675d2b
commit c5f1b64cba
7 changed files with 5 additions and 6 deletions

View File

@@ -6,8 +6,7 @@
#include "uart.h"
#include "mapper.h"
#include "sd_card.h"
#include "fat.h"
#include "o65.h"
#include "filesystem/fat.h"
#include "exec.h"
uint8_t buf[512];