Skip to content

Commit 247238d

Browse files
authored
Merge pull request #4167 from 0x6d61726b/patch-2
Replace deprecated import and correct typo in c_blob_mbed.tmpl
2 parents 0176726 + 5be47f1 commit 247238d

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)