mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-16 07:52:40 +00:00
includes cleanup
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include <mesh/Utils.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <zephyr/logging/log.h>
|
||||
LOG_MODULE_REGISTER(zephcore_basechat, CONFIG_ZEPHCORE_MAIN_LOG_LEVEL);
|
||||
|
||||
@@ -4,12 +4,10 @@
|
||||
*/
|
||||
|
||||
#include <mesh/Utils.h>
|
||||
#include <mesh/MeshCore.h>
|
||||
#include <mbedtls/aes.h>
|
||||
#include <mbedtls/sha256.h>
|
||||
#include <mbedtls/md.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <zephyr/logging/log.h>
|
||||
LOG_MODULE_REGISTER(zephcore_utils, CONFIG_ZEPHCORE_MAIN_LOG_LEVEL);
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
LOG_MODULE_REGISTER(zephcore_main, CONFIG_ZEPHCORE_MAIN_LOG_LEVEL);
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/devicetree.h>
|
||||
#include <zephyr/drivers/regulator.h>
|
||||
#include <zephyr/settings/settings.h>
|
||||
|
||||
#include <ZephyrDataStore.h>
|
||||
#include <adapters/clock/ZephyrRTCClock.h>
|
||||
|
||||
Reference in New Issue
Block a user