sys/sem.h: fix path to atomic.h
Use of old location produces a compiler warning. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
parent
81ef42d2bc
commit
137ea74052
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
|
||||
#include <kernel.h>
|
||||
#include <atomic.h>
|
||||
#include <sys/atomic.h>
|
||||
#include <zephyr/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue