Refactor fwu library into a Zephyr module

This commit is contained in:
2025-07-02 21:30:15 +02:00
parent 140d2baa24
commit c3df6565b7
7 changed files with 20 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
#include <zephyr/logging/log.h>
#include <modbus_server.h>
#include <valve.h>
#include "fwu.h"
#include <fwu.h>
LOG_MODULE_REGISTER(main, LOG_LEVEL_INF);