Add a note on EEPROM todo

This commit is contained in:
Scott Lahteine 2020-02-20 20:17:05 -06:00
parent 19991e269b
commit 4ef627d79f
1 changed files with 3 additions and 0 deletions

View File

@ -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"