Define basic EEPROM data structures and functions

This commit is contained in:
2024-09-20 15:31:45 +02:00
parent e47812d98e
commit 2cb677445d
3 changed files with 32 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
#include "common/math.h"
#include "common/types.h"
#include "common/watchdog.h"
#include "common/eeprom.h"
#include <stddef.h>
#include <stdarg.h>