mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-21 06:14:05 +00:00
re-enable dump command
This commit is contained in:
parent
a509bae080
commit
10bbe7dc82
2 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -60,7 +60,7 @@ endif
|
|||
# Stack size to be allocated to the Cortex-M process stack. This stack is
|
||||
# the stack used by the main() thread.
|
||||
ifeq ($(USE_PROCESS_STACKSIZE),)
|
||||
USE_PROCESS_STACKSIZE = 0x250
|
||||
USE_PROCESS_STACKSIZE = 0x200
|
||||
endif
|
||||
|
||||
# Stack size to the allocated to the Cortex-M main/exceptions stack. This
|
||||
|
|
|
|||
2
main.c
2
main.c
|
|
@ -31,6 +31,8 @@
|
|||
#include <ctype.h>
|
||||
#include <math.h>
|
||||
|
||||
#define ENABLED_DUMP
|
||||
|
||||
static void apply_error_term(void);
|
||||
void sweep(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue