diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 21:40:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-29 21:40:49 -0500 |
| commit | e0e8acd3db4ba1d50384f26305c6cc9021652840 (patch) | |
| tree | 2dbea485a392789fc67aa590f8a7afb9f263be3c /src/modules/LTE | |
| parent | 44ad26b648a79503303c596bb20a6995255dc630 (diff) | |
| parent | b456c928fecf78157270b052e441a427f06afdda (diff) | |
Merge pull request #94 from nekernel-org/dev
Vet.h and Ref.h
Diffstat (limited to 'src/modules/LTE')
| -rw-r--r-- | src/modules/LTE/LTE.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/LTE/LTE.h b/src/modules/LTE/LTE.h index 7cee2c8d..beac4891 100644 --- a/src/modules/LTE/LTE.h +++ b/src/modules/LTE/LTE.h @@ -10,7 +10,7 @@ Purpose: LTE Standard Library. #ifndef _INC_NETWORK_LTE_H_
#define _INC_NETWORK_LTE_H_
-#include <NeKit/Defines.h>
+#include <NeKit/Config.h>
#include <NeKit/KString.h>
/// @brief Long Term Evolution I/O routines.
|
