mirror of https://github.com/ARMmbed/mbed-os.git
Update c_blob_mbed.tmpl
- critical.h is deprecated, replaced with "platform/mbed_critical.h" - typo correctedpull/4167/head
parent
7d65b0f644
commit
5be47f1e2b
|
|
@ -16,9 +16,9 @@
|
||||||
|
|
||||||
#include "flash_api.h"
|
#include "flash_api.h"
|
||||||
#include "flash_data.h"
|
#include "flash_data.h"
|
||||||
#include "critical.h"
|
#include "platform/mbed_critical.h"
|
||||||
|
|
||||||
// This file is automagically generated
|
// This file is automatically generated
|
||||||
|
|
||||||
#if DEVICE_FLASH
|
#if DEVICE_FLASH
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue