bootloader somehow working
Signed-off-by: Eduard Iten <eduard@iten.pro>
This commit is contained in:
11
software/apps/bl_test/src/main.c
Normal file
11
software/apps/bl_test/src/main.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/logging/log.h>
|
||||
#include <app_version.h>
|
||||
|
||||
LOG_MODULE_REGISTER(bl_test_app, LOG_LEVEL_INF);
|
||||
|
||||
int main(void)
|
||||
{
|
||||
LOG_INF("Hello World from bl_test! This is version %s", APP_VERSION_EXTENDED_STRING);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user