A library with drivers for different peripherals on the LPC4088 QuickStart Board or related add-on boards.

Dependencies:   FATFileSystem

Dependents:   LPC4088test LPC4088test_ledonly LPC4088test_deleteall LPC4088_RAMtest ... more

Files at this revision

API Documentation at this revision

Comitter:
embeddedartists
Date:
Wed Jun 10 08:34:09 2015 +0000
Parent:
19:74540582e639
Commit message:
Fixed compiler error in MCIFileSystem regarding us_ticker_api.h

Changed in this revision

MCIFileSystem.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 74540582e639 -r e1e36493f347 MCIFileSystem.cpp
--- a/MCIFileSystem.cpp	Fri Dec 19 15:22:22 2014 +0000
+++ b/MCIFileSystem.cpp	Wed Jun 10 08:34:09 2015 +0000
@@ -23,6 +23,7 @@
 
 #include "diskio.h" //STA_* defines
 #include "gpdma.h"
+#include "us_ticker_api.h"
 
 /******************************************************************************
  * Defines and typedefs