Skip to content

Commit b327699

Browse files
author
Max Vilimpoc
committed
critical.h is now mbed_critical.h
1 parent c8fcd0f commit b327699

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mbed_memory_status.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@
2929
* pulling in all the printf() code.
3030
*/
3131

32-
#include "platform/critical.h"
32+
#include "platform/mbed_critical.h"
3333
#include "platform/mbed_stats.h"
3434

3535
#ifndef DEBUG_ISR_STACK_USAGE
3636
#define DEBUG_ISR_STACK_USAGE 0
3737
#endif
38+
3839
#ifndef DEBUG_MEMORY_CONTENTS
3940
#define DEBUG_MEMORY_CONTENTS 0
4041
#endif

0 commit comments

Comments
 (0)