Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

Branch:
Integration
Revision:
40:b20720f79e0a
Parent:
39:13e66d087ae9
--- a/ExtMemory.cpp	Fri Oct 19 15:08:35 2018 +0000
+++ b/ExtMemory.cpp	Fri Oct 19 15:46:47 2018 +0000
@@ -9,14 +9,10 @@
 
 
 // =====================================  Includes
-#include "eeprom.h"
-
 #include "ExtMemory.hpp"
 
 #ifdef TEST_ENVIRONMENT
 #include "ConcreteService.hpp"
-#else
-#define EEPROM_ADDR 0x0   // I2c EEPROM address is 0x00
 #endif
 
 #include "Component.hpp"