LPC1768 EEPROM fallback to flash, add overrides (#17184)

This commit is contained in:
Scott Lahteine
2020-03-16 15:59:05 -05:00
committed by GitHub
parent 2fc0df1b39
commit b14c933171
31 changed files with 168 additions and 17 deletions

View File

@@ -36,12 +36,11 @@
* 16Kb I/O buffers (intended to hold DMA USB and Ethernet data, but currently
* unused).
*/
#include "../../inc/MarlinConfigPre.h"
#include "../../inc/MarlinConfig.h"
#if ENABLED(FLASH_EEPROM_EMULATION)
#include "persistent_store_api.h"
#include "../../inc/MarlinConfig.h"
extern "C" {
#include <lpc17xx_iap.h>