ether2ser 0.1.0
Ethernet <-> synchronous V.24 bridge firmware for RP2040 + W5500
Loading...
Searching...
No Matches
watchdog.h
Go to the documentation of this file.
1/*
2 * ether2ser — Ethernet <-> synchronous V.24 (RS-232/V.28) bridge
3 *
4 * File: src/platform/watchdog.h
5 * Purpose: ALl watchdog interactions
6 *
7 * SPDX-License-Identifier: Apache-2.0
8 *
9 * Copyright (c) 2026 Florian <f.leuze@outlook.de>
10 */
11
12#ifndef WATCHDOG_H
13#define WATCHDOG_H
17void reboot(void);
18
19#endif /* WATCHDOG_H */
void reboot(void)
Reboots by resetting the watchdog.
Definition watchdog.c:28