watchdog: add

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2023-10-01 23:05:54 +02:00
parent 06a896ccf6
commit 67d328a550
6 changed files with 132 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
/*
/*
SPDX-License-Identifier: MIT
Copyright © 2023 Amebis
*/
@@ -23,6 +23,7 @@
#include <stdex/system.hpp>
#include <stdex/unicode.hpp>
#include <stdex/vector_queue.hpp>
#include <stdex/watchdog.hpp>
#include "compat.hpp"