HAL include and other adjustments (#14525)
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
// Includes
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
#include HAL_PATH(.., HAL.h)
|
||||
#include "../HAL.h"
|
||||
#include <Wire.h>
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#if ENABLED(SPI_EEPROM)
|
||||
|
||||
#include HAL_PATH(.., HAL.h)
|
||||
#include "../HAL.h"
|
||||
|
||||
#define CMD_WREN 6 // WREN
|
||||
#define CMD_READ 2 // WRITE
|
||||
|
Reference in New Issue
Block a user