mirror of https://github.com/ARMmbed/mbed-os.git
Update flash_api.c
mbed_critical.h replaced with "platform/mbed_critical.h" (to match template) typo correctedpull/4169/head
parent
b0451324c4
commit
8c6dd8949b
|
@ -16,9 +16,9 @@
|
|||
|
||||
#include "flash_api.h"
|
||||
#include "flash_data.h"
|
||||
#include "mbed_critical.h"
|
||||
#include "platform/mbed_critical.h"
|
||||
|
||||
// This file is automagically generated
|
||||
// This file is automatically generated
|
||||
|
||||
#if DEVICE_FLASH
|
||||
|
||||
|
|
Loading…
Reference in New Issue