cc2x3x stack debugging macro fix

ico
George Oikonomou 2012-09-20 15:12:02 +01:00
parent fde1510653
commit d84a97103f
2 changed files with 0 additions and 2 deletions

View File

@ -52,7 +52,6 @@ extern CC_AT_DATA uint8_t sp;
#define stack_max_sp_print(f) do { \
putstring(f); \
sp = SP; \
puthex(stack_get_max()); \
putchar('\n'); \
} while(0)

View File

@ -52,7 +52,6 @@ extern CC_AT_DATA uint8_t sp;
#define stack_max_sp_print(f) do { \
putstring(f); \
sp = SP; \
puthex(stack_get_max()); \
putchar('\n'); \
} while(0)