123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
161:efd949e8d536
Parent:
156:e68ee0bcdcda
Child:
167:bedc0a9d559a
diff -r 6170df6f5a5c -r efd949e8d536 DeviceController.h
--- a/DeviceController.h	Fri May 13 14:04:22 2016 +0000
+++ b/DeviceController.h	Sun May 15 19:12:12 2016 +0000
@@ -6,7 +6,7 @@
 #include "DeviceI2C.h"
 #include "DeviceQEI.h"
 #include "DeviceServicePort.h"
-#include "DeviceHostPort.h"
+#include "DeviceUserPort.h"
 //#include "DeviceDAC.h"
 #include "DeviceTimers.h"
 
@@ -37,16 +37,8 @@
   DeviceUARTState state;
 } DeviceUART;
 
-typedef struct _DeviceControllerSettings {
+typedef struct _DeviceController {
   uint32_t chip;
-} DeviceControllerSettings;
-
-typedef struct _DeviceControllerState {
-} DeviceControllerState;
-
-typedef struct _DeviceController {
-  DeviceControllerSettings settings;
-  DeviceControllerState state;
   DeviceFlash flash;
   //DeviceDAC dac;
   DeviceSSP SSP;