se quito el led de debug de la bibilioteca
Fork of eeprom_1 by
Revision 8:e3e847a4a95d, committed 2018-10-18
- Comitter:
- juanc95
- Date:
- Thu Oct 18 17:44:50 2018 +0000
- Parent:
- 7:cf6096a818b7
- Commit message:
- ajustes a eepromlib
Changed in this revision
eeprom_lib.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/eeprom_lib.cpp Thu Oct 18 17:39:28 2018 +0000 +++ b/eeprom_lib.cpp Thu Oct 18 17:44:50 2018 +0000 @@ -212,7 +212,6 @@ * @return none */ #include "main.h" -extern DigitalOut MasterLed; void EEPROM::write(uint32_t address, int8_t data[], uint32_t length) { @@ -464,7 +463,6 @@ ready(); } } - MasterLed=0; } /**