SoftwareSerialM for SKR STM32F1 boards (#15875)
This commit is contained in:
committed by
Scott Lahteine
parent
8e7d1004cf
commit
9fd35c84ce
@@ -46,7 +46,7 @@
|
||||
#if ENABLED(FLASH_EEPROM_EMULATION)
|
||||
|
||||
extern "C" {
|
||||
#include "lpc17xx_iap.h"
|
||||
#include <lpc17xx_iap.h>
|
||||
}
|
||||
|
||||
#define SECTOR_START(sector) ((sector < 16) ? (sector * 0x1000) : ((sector - 14) * 0x8000))
|
||||
|
||||
Reference in New Issue
Block a user