Skip to content

Commit 5be47f1

Browse files
authored
Update c_blob_mbed.tmpl
- critical.h is deprecated, replaced with "platform/mbed_critical.h" - typo corrected
1 parent 7d65b0f commit 5be47f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/flash_algo/c_blob_mbed.tmpl

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 "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)