Skip to content

Commit 559e18b

Browse files
authored
Wrap DEBUG_MEMORY_CONTENTS in an ifndef
1 parent 7918eec commit 559e18b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mbed_memory_status.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
#ifndef DEBUG_ISR_STACK_USAGE
3636
#define DEBUG_ISR_STACK_USAGE 0
3737
#endif
38+
#ifndef DEBUG_MEMORY_CONTENTS
3839
#define DEBUG_MEMORY_CONTENTS 0
40+
#endif
3941

4042
#define OUTPUT_SERIAL 1
4143
#define OUTPUT_RTT 0

0 commit comments

Comments
 (0)