Skip to content

Commit 2ab9c8f

Browse files
authored
Merge pull request #43 from tmobile/tmo-Fix-tmo-modem-zephyr-zephyr-h
Fixed tmo_modem.c includes
2 parents e23b33f + b0e0fc4 commit 2ab9c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/tmo_shell/src/tmo_modem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <errno.h>
22
#include <fcntl.h>
3-
#include <zephyr/zephyr.h>
3+
#include <zephyr/kernel.h>
44
#include <zephyr/drivers/modem/murata-1sc.h>
55
#include <zephyr/net/socket.h>
66

0 commit comments

Comments
 (0)