Normalise include statements in core code (#11153)

* Normalise include statements in core code

* Missed one
This commit is contained in:
Ryan
2020-12-11 13:45:24 +11:00
committed by Drashna Jael're
parent 63d0fe05bb
commit 8d5fa95f4f
48 changed files with 67 additions and 67 deletions
@@ -19,8 +19,8 @@
* generator plugin. Do not edit manually.
*/
#include "hal.h"
#include "stm32_gpio.h"
#include <hal.h>
#include <stm32_gpio.h>
/*===========================================================================*/
/* Driver local definitions. */
@@ -13,7 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
*/
#include "hal.h"
#include <hal.h>
#if HAL_USE_PAL || defined(__DOXYGEN__)
/**
@@ -14,7 +14,7 @@
limitations under the License.
*/
#include "hal.h"
#include <hal.h>
// Value to place in RTC backup register 10 for persistent bootloader mode
#define RTC_BOOTLOADER_FLAG 0x424C