Explorar el Código

Add a note on EEPROM todo

Scott Lahteine hace 4 años
padre
commit
4ef627d79f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      Marlin/src/HAL/shared/eeprom_i2c.cpp

+ 3
- 0
Marlin/src/HAL/shared/eeprom_i2c.cpp Ver fichero

@@ -23,6 +23,9 @@
23 23
 /**
24 24
  * Description: functions for I2C connected external EEPROM.
25 25
  * Not platform dependent.
26
+ *
27
+ * TODO: Some platform Arduino libraries define these functions
28
+ *       so Marlin needs to add a glue layer to prevent the conflict.
26 29
  */
27 30
 
28 31
 #include "../../inc/MarlinConfig.h"

Loading…
Cancelar
Guardar