forked from EmbeddedTeam/app_photomagnetic
feat: Add required Zephyr headers and return value from main
This commit is contained in:
parent
5c122122f0
commit
1afea0b932
@ -1 +1,4 @@
|
||||
auto main() -> int {}
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/kernel.h>
|
||||
|
||||
auto main() -> int { return 0; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user