summaryrefslogtreecommitdiff
path: root/cesar/tools/sniffer_phy/src/sniffer_phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/tools/sniffer_phy/src/sniffer_phy.c')
-rw-r--r--cesar/tools/sniffer_phy/src/sniffer_phy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cesar/tools/sniffer_phy/src/sniffer_phy.c b/cesar/tools/sniffer_phy/src/sniffer_phy.c
index da1c9b390a..856a47405b 100644
--- a/cesar/tools/sniffer_phy/src/sniffer_phy.c
+++ b/cesar/tools/sniffer_phy/src/sniffer_phy.c
@@ -14,6 +14,7 @@
#include "lib/trace.h"
#include "hal/arch/arch.h"
+#include "hal/boot_params/boot_params.h"
#include "inc/context.h"
@@ -36,6 +37,7 @@ sniffer_phy_init (sniffer_phy_t *ctx)
void
cyg_user_start (void)
{
+ boot_params_process ();
trace_init ();
sniffer_phy_init (&sniffer_phy_global);
}