latest code

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-09-06 16:29:56 +02:00
parent d1f4beed3b
commit 7774417a35
19 changed files with 8002 additions and 12422 deletions

View File

@@ -1,2 +1,2 @@
idf_component_register(SRCS "fota.c"
INCLUDE_DIRS ".")
INCLUDE_DIRS "include")

View File

@@ -1,7 +1,6 @@
#include <stdio.h>
#include "fota.h"
#include <stdio.h>
void func(void)
{
void func(void) {
///
}

View File

@@ -1 +1,3 @@
#pragma once
void func(void);