Browse Source

Add a note on EEPROM todo

pull/1/head
Scott Lahteine 4 years ago
parent
commit
4ef627d79f
  1. 3
      Marlin/src/HAL/shared/eeprom_i2c.cpp

3
Marlin/src/HAL/shared/eeprom_i2c.cpp

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

Loading…
Cancel
Save