Use a macro for HAL header redirection (#10380)
This commit is contained in:
committed by
Scott Lahteine
parent
12785583d0
commit
cc6d41e1d3
@@ -9,7 +9,7 @@
|
||||
******************************************************************************
|
||||
* @attention
|
||||
*
|
||||
* <h2><center>© Copyright <EFBFBD> 2016 STMicroelectronics International N.V.
|
||||
* <h2><center>© Copyright © 2016 STMicroelectronics International N.V.
|
||||
* All rights reserved.</center></h2>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -54,7 +54,7 @@
|
||||
// Includes
|
||||
// --------------------------------------------------------------------------
|
||||
#include "../../../inc/MarlinConfig.h"
|
||||
#include "../../HAL.h"
|
||||
#include "../HAL.h"
|
||||
|
||||
/* Exported constants --------------------------------------------------------*/
|
||||
/* EEPROM emulation firmware error codes */
|
||||
|
Reference in New Issue
Block a user