lowercasing filenames, part1; makefile adjustments
[picodrive.git] / Pico / carthw / svp / memory.c
similarity index 98%
rename from Pico/carthw/svp/Memory.c
rename to Pico/carthw/svp/memory.c
index e835d32..7f182fe 100644 (file)
@@ -6,8 +6,7 @@
 // For commercial use, separate licencing terms must be obtained.
 
 
-#include "../../PicoInt.h"
-#include "../../PicoInt.h"
+#include "../../pico_int.h"
 
 #ifndef UTYPES_DEFINED
 typedef unsigned char  u8;