mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-30 14:12:00 +00:00
Post merge fix
Add macros.h to allow Enabled macro, also need to reference include files directly
This commit is contained in:
parent
d2fb3215da
commit
b55295ad33
4 changed files with 4 additions and 2 deletions
Marlin/src/HAL/HAL_LPC1768
|
@ -22,6 +22,7 @@
|
|||
|
||||
#ifdef TARGET_LPC1768
|
||||
#include <lpc17xx_pinsel.h>
|
||||
#include "../../../macros.h"
|
||||
#include "HAL.h"
|
||||
|
||||
// Interrupts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue