Skip to content

Commit 4c03846

Browse files
jukkarcfriedt
authored andcommitted
samples: net: gsm_modem: Fix gsm_ppp.h path
The gsm_ppp.h is currently in include/drivers/modem directory so change the path accordingly. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent eeb4434 commit 4c03846

File tree

1 file changed

+1
-1
lines changed
  • samples/net/gsm_modem/src

1 file changed

+1
-1
lines changed

samples/net/gsm_modem/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <net/net_mgmt.h>
1212
#include <net/net_event.h>
1313
#include <net/net_conn_mgr.h>
14-
#include <drivers/gsm_ppp.h>
14+
#include <drivers/modem/gsm_ppp.h>
1515

1616
#include <logging/log.h>
1717
LOG_MODULE_REGISTER(sample_gsm_ppp, LOG_LEVEL_DBG);

0 commit comments

Comments
 (0)