Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/thread0.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <app/drivers/blink.h>

#include <app_version.h>
#include <zephyr/app_version.h>

/* size of stack area */
#define STACKSIZE 1024
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion include/app/drivers/blink.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static inline int blink_off(const struct device *dev)
return blink_set_period_ms(dev, 0);
}

#include <syscalls/blink.h>
#include <zephyr/syscalls/blink.h>

/** @} */

Expand Down
File renamed without changes.
Loading