Files
tide-display/ePaper-ESP-IDF/components/fota/fota.c
Peter Siegmund 07f13c3f88 new component stubs
Signed-off-by: Peter Siegmund <peter@rdkr.com>
2024-06-05 13:06:24 +02:00

8 lines
59 B
C

#include <stdio.h>
#include "fota.h"
void func(void)
{
}