Removed uppercase letters from file names from module_iap

This commit is contained in:
Sam Chesney
2013-12-05 11:16:20 +00:00
parent a3480befd6
commit a90878a94b
3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
#include "audio.h"
#ifdef IAP
#include "iAP.h"
#include "iap.h"
#endif
#ifndef AUDIO_IO_TILE

View File

@@ -8,7 +8,7 @@
#include "usb_midi.h"
#endif
#ifdef IAP
#include "iAP.h"
#include "iap.h"
#endif
#include "xc_ptr.h"
#include "commands.h"