cc2x3x stack debugging macro fix
This commit is contained in:
parent
fde1510653
commit
d84a97103f
|
@ -52,7 +52,6 @@ extern CC_AT_DATA uint8_t sp;
|
||||||
|
|
||||||
#define stack_max_sp_print(f) do { \
|
#define stack_max_sp_print(f) do { \
|
||||||
putstring(f); \
|
putstring(f); \
|
||||||
sp = SP; \
|
|
||||||
puthex(stack_get_max()); \
|
puthex(stack_get_max()); \
|
||||||
putchar('\n'); \
|
putchar('\n'); \
|
||||||
} while(0)
|
} while(0)
|
||||||
|
|
|
@ -52,7 +52,6 @@ extern CC_AT_DATA uint8_t sp;
|
||||||
|
|
||||||
#define stack_max_sp_print(f) do { \
|
#define stack_max_sp_print(f) do { \
|
||||||
putstring(f); \
|
putstring(f); \
|
||||||
sp = SP; \
|
|
||||||
puthex(stack_get_max()); \
|
puthex(stack_get_max()); \
|
||||||
putchar('\n'); \
|
putchar('\n'); \
|
||||||
} while(0)
|
} while(0)
|
||||||
|
|
Loading…
Reference in a new issue