watchdog-timer-checkpoint-freertos  2.1.0
watchdog-timer-checkpoint-freertos
watchdog_timer_freertos_configuration.h
Go to the documentation of this file.
1 /*
2  * C
3  *
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_FREERTOS_CONF_H
9 #define WATCHDOG_TIMER_FREERTOS_CONF_H
10 
19 #ifdef __cplusplus
20  extern "C" {
21 #endif
22 
23 #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."
24 
33 #define WATCHDOG_TIMER_FREERTOS_CONFIGURATION_VERSION (1)
34 
35 
40 #ifndef FREERTOS_TIMER_PERIOD_MS
41 #define FREERTOS_TIMER_PERIOD_MS 15000 // ms
42 #endif
43 
44 
45 #ifdef __cplusplus
46  }
47 #endif
48 
49 #endif /* WATCHDOG_TIMER_FREERTOS_CONF_H */
50