@@ -1,2 +1,2 @@
|
||||
idf_component_register(SRCS "fota.c"
|
||||
INCLUDE_DIRS ".")
|
||||
INCLUDE_DIRS "include")
|
||||
|
@@ -1,7 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include "fota.h"
|
||||
#include <stdio.h>
|
||||
|
||||
void func(void)
|
||||
{
|
||||
|
||||
void func(void) {
|
||||
///
|
||||
}
|
||||
|
@@ -1 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
void func(void);
|
Reference in New Issue
Block a user