<zephyr/zephyr.h> -> <zephyr/kernel.h> in prstlib
This commit is contained in:
parent
f7806d4c7e
commit
a8c7d3c1cd
2 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@
|
||||||
#include <zephyr/drivers/adc.h>
|
#include <zephyr/drivers/adc.h>
|
||||||
#include <zephyr/drivers/gpio.h>
|
#include <zephyr/drivers/gpio.h>
|
||||||
#include <zephyr/drivers/pwm.h>
|
#include <zephyr/drivers/pwm.h>
|
||||||
|
#include <zephyr/kernel.h>
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
#include <zephyr/zephyr.h>
|
|
||||||
|
|
||||||
#include "prstlib/macros.h"
|
#include "prstlib/macros.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
#include "prstlib/shtc3.h"
|
#include "prstlib/shtc3.h"
|
||||||
|
|
||||||
#include <zephyr/drivers/i2c.h>
|
#include <zephyr/drivers/i2c.h>
|
||||||
|
#include <zephyr/kernel.h>
|
||||||
#include <zephyr/logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
#include <zephyr/zephyr.h>
|
|
||||||
|
|
||||||
#include "prstlib/macros.h"
|
#include "prstlib/macros.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue