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 <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2021-12-08 16:40:06 +02:00 committed by Christopher Friedt
parent eeb4434d2e
commit 4c038464c3

View file

@ -11,7 +11,7 @@
#include <net/net_mgmt.h>
#include <net/net_event.h>
#include <net/net_conn_mgr.h>
#include <drivers/gsm_ppp.h>
#include <drivers/modem/gsm_ppp.h>
#include <logging/log.h>
LOG_MODULE_REGISTER(sample_gsm_ppp, LOG_LEVEL_DBG);