drivers: modem: modem_receiver.h: move header from /include/
Move modem_receiver.h to the driver directory. No other users in the tree and it is a private header. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
cdc78108d5
commit
158d921cde
5 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
LOG_MODULE_REGISTER(mdm_receiver, CONFIG_MODEM_LOG_LEVEL);
|
LOG_MODULE_REGISTER(mdm_receiver, CONFIG_MODEM_LOG_LEVEL);
|
||||||
|
|
||||||
#include <drivers/modem/modem_receiver.h>
|
#include "modem_receiver.h"
|
||||||
|
|
||||||
#define MAX_MDM_CTX CONFIG_MODEM_RECEIVER_MAX_CONTEXTS
|
#define MAX_MDM_CTX CONFIG_MODEM_RECEIVER_MAX_CONTEXTS
|
||||||
#define MAX_READ_SIZE 128
|
#define MAX_READ_SIZE 128
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#include <misc/printk.h>
|
#include <misc/printk.h>
|
||||||
|
|
||||||
#include <drivers/modem/modem_receiver.h>
|
#include "modem_receiver.h"
|
||||||
|
|
||||||
static int cmd_modem_list(const struct shell *shell, size_t argc,
|
static int cmd_modem_list(const struct shell *shell, size_t argc,
|
||||||
char *argv[])
|
char *argv[])
|
||||||
|
|
|
@ -33,7 +33,7 @@ LOG_MODULE_REGISTER(LOG_DOMAIN);
|
||||||
#include "udp_internal.h"
|
#include "udp_internal.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <drivers/modem/modem_receiver.h>
|
#include "modem_receiver.h"
|
||||||
|
|
||||||
#if !defined(CONFIG_MODEM_UBLOX_SARA_R4_MANUAL_MCCMNO)
|
#if !defined(CONFIG_MODEM_UBLOX_SARA_R4_MANUAL_MCCMNO)
|
||||||
#define CONFIG_MODEM_UBLOX_SARA_R4_MANUAL_MCCMNO ""
|
#define CONFIG_MODEM_UBLOX_SARA_R4_MANUAL_MCCMNO ""
|
||||||
|
|
|
@ -33,7 +33,7 @@ LOG_MODULE_REGISTER(LOG_DOMAIN);
|
||||||
#include "udp_internal.h"
|
#include "udp_internal.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <drivers/modem/modem_receiver.h>
|
#include "modem_receiver.h"
|
||||||
|
|
||||||
/* Uncomment the #define below to enable a hexdump of all incoming
|
/* Uncomment the #define below to enable a hexdump of all incoming
|
||||||
* data from the modem receiver
|
* data from the modem receiver
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue