<zephyr/zephyr.h> -> <zephyr/kernel.h> everywhere
This commit is contained in:
parent
381bbb7ceb
commit
cab55d9b8c
4 changed files with 4 additions and 3 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define _PRST_LED_H_
|
||||
|
||||
#include <zephyr/drivers/gpio.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
|
||||
#include "prstlib/macros.h"
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@
|
|||
#include <prstlib/macros.h>
|
||||
#include <prstlib/sensors.h>
|
||||
#include <prstlib/shtc3.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/pm/device.h>
|
||||
#include <zephyr/pm/pm.h>
|
||||
#include <zephyr/pm/policy.h>
|
||||
#include <zephyr/zephyr.h>
|
||||
|
||||
#include "ble.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include <zephyr/drivers/gpio.h>
|
||||
#include <zephyr/zephyr.h>
|
||||
#include <zephyr/kernel.h>
|
||||
|
||||
#define SLEEP_TIME_MS 1000
|
||||
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
#include <zephyr/drivers/adc.h>
|
||||
#include <zephyr/drivers/gpio.h>
|
||||
#include <zephyr/drivers/pwm.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <zephyr/zephyr.h>
|
||||
|
||||
LOG_MODULE_REGISTER(main, LOG_LEVEL_DBG);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue