Skip to content

Commit

Permalink
Update cellular_common_internal.h header
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed May 9, 2024
1 parent 08deaf4 commit d3e0a3b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions source/include/private/cellular_common_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@
/* *INDENT-ON* */

/* Cellular includes. */
#include "cellular_config_defaults.h"
#include "cellular_platform.h"

#include "cellular_platform.h"
#ifndef CELLULAR_DO_NOT_USE_CUSTOM_CONFIG
/* Include custom config file before other headers. */
#include "cellular_config.h"
#endif
#include "cellular_config_defaults.h"
#include "cellular_pkthandler_internal.h"
#include "cellular_at_core.h"
#include "cellular_pktio_internal.h"
Expand Down

0 comments on commit d3e0a3b

Please sign in to comment.