Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
This fixes a build warning for gnss_version

Signed-off-by: John Lange <John.Lange2@T-Mobile.com>
  • Loading branch information
johnlange2 authored and jtbaumann committed Apr 18, 2023
1 parent 0c92154 commit 8c74cf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/tmo_shell/src/misc_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <zephyr/drivers/pwm.h>
#include <zephyr/shell/shell.h>
#include <zephyr/shell/shell_uart.h>
#include "tmo_gnss.h"

#define I2C_0 DT_NODE_FULL_NAME(DT_NODELABEL(i2c0))
#define I2C_1 DT_NODE_FULL_NAME(DT_NODELABEL(i2c1))
Expand Down

0 comments on commit 8c74cf1

Please sign in to comment.