This commit is contained in:
@@ -9,4 +9,5 @@ find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
||||
|
||||
project(app LANGUAGES C)
|
||||
|
||||
target_sources(app PRIVATE src/main.c)
|
||||
FILE(GLOB app_sources src/*.c)
|
||||
target_sources(app PRIVATE ${app_sources})
|
@@ -6,9 +6,6 @@
|
||||
#include <zephyr/kernel.h>
|
||||
#include <app_version.h>
|
||||
|
||||
#include <zephyr/logging/log.h>
|
||||
LOG_MODULE_REGISTER(main, CONFIG_APP_LOG_LEVEL);
|
||||
|
||||
int main(void)
|
||||
{
|
||||
printk("Zephyr Example Application %s\n", APP_VERSION_STRING);
|
||||
|
Reference in New Issue
Block a user