clock control library written by Michael Wei

Dependents:   IsuProject_LPC1768 Gemini_Soloist_LPC1768 OSCtoCVConverter

Files at this revision

API Documentation at this revision

Comitter:
JST2011
Date:
Fri Oct 11 02:59:39 2013 +0000
Parent:
0:bf8849c9b21a
Commit message:
*change "LPC1768/ARM/LPC17xx.h" to "TARGET_LPC1768/LPC17xx.h" for mbed lib(13/10/11) ; *see also :http://mbed.org/users/mbed_official/code/mbed/file/a9913a65894f/TARGET_LPC1768

Changed in this revision

ClockControl.h Show annotated file Show diff for this revision Revisions of this file
--- a/ClockControl.h	Wed Mar 28 10:45:42 2012 +0000
+++ b/ClockControl.h	Fri Oct 11 02:59:39 2013 +0000
@@ -3,7 +3,7 @@
   */ 
   
 //shouldn't have to include, but fixes weird problems with defines
-#include "LPC1768/ARM/LPC17xx.h"
+#include "TARGET_LPC1768/LPC17xx.h"
 
 #ifndef MBED_CLOCKCONTROL_H 
 #define MBED_CLOCKCONTROL_H