Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: System/Initialize/Initialize.cpp
- Revision:
- 29:44d5454ce8fa
- Parent:
- 9:f93fc79a49ea
- Child:
- 30:8f092276b2ba
--- a/System/Initialize/Initialize.cpp	Thu Oct 03 05:33:48 2019 +0000
+++ b/System/Initialize/Initialize.cpp	Fri Oct 18 22:33:25 2019 +0000
@@ -6,8 +6,6 @@
 #include "../../Communication/Controller/Controller.h"
 #include "../../Communication/RS485/ActuatorHub/ActuatorHub.h"
 #include "../../Communication/RS485/RS485.h"
-#include "../../Input/ExternalInt/ExternalInt.h"
-#include "../../Input/Switch/Switch.h"
 #include "../../LED/LED.h"
 
 void SystemInitialize() {
@@ -21,10 +19,6 @@
     CONTROLLER::Controller::Initialize();
     #endif
 
-    #ifdef USE_INT
-    EXTERNALINT::Int::Initialize();
-    #endif
-
     #ifdef USE_LED
     LED::LED::Initialize();
     #endif