Start implementing watchdog timer

This commit is contained in:
2024-09-05 15:19:36 +02:00
parent 14e12cdd03
commit d1a25c4bd3
5 changed files with 162 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
#ifndef MAD_CORE_COMMON_H
#define MAD_CORE_COMMON_H
#include "common/watchdog.h"
#include <stddef.h>
#include <stdint.h>
#include <stdarg.h>