Skip to content

Commit 8c6dd89

Browse files
authored
Update flash_api.c
mbed_critical.h replaced with "platform/mbed_critical.h" (to match template) typo corrected
1 parent b045132 commit 8c6dd89

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/device

1 file changed

+2
-2
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/device/flash_api.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
#include "flash_api.h"
1818
#include "flash_data.h"
19-
#include "mbed_critical.h"
19+
#include "platform/mbed_critical.h"
2020

21-
// This file is automagically generated
21+
// This file is automatically generated
2222

2323
#if DEVICE_FLASH
2424

0 commit comments

Comments
 (0)