Browse Source

Add a note on EEPROM todo

Scott Lahteine 4 years ago
parent
commit
4ef627d79f
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Marlin/src/HAL/shared/eeprom_i2c.cpp

+ 3
- 0
Marlin/src/HAL/shared/eeprom_i2c.cpp View File

@@ -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…
Cancel
Save