4 * Copyright 2021-2022 MicroEJ Corp. All rights reserved.
5 * Use of this source code is governed by a BSD-style license that can be found with this software.
6 */
7
8#ifndef WATCHDOG_TIMER_REALTEK_AMEBAD_CONF_H
9#define WATCHDOG_TIMER_REALTEK_AMEBAD_CONF_H
10
19#include <stdint.h>
20
21#ifdef __cplusplus
22extern"C" {
23#endif
24
25#error "This header must be customized with platform specific configuration. Remove this #error when done. This file is not modified when a new version of the CCO is installed."
77#error "Since you use the watchdog timer in interrupt mode, you have to implement the callback function <code>void watchdog_timer_irq_handler(uint32_t id)</code> for watchdog timeout interrupt. Remove this #error when done."