cfg_rtt_default.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2016 Kees Bakker, SODAQ
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
18 #include <stdint.h>
19 
20 #include "cpu.h"
21 #include "periph_cpu.h"
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
31 #ifndef RTT_FREQUENCY
32 #define RTT_FREQUENCY (32768U) /* in Hz. For changes see `rtt.c` */
33 #endif
36 #ifdef __cplusplus
37 }
38 #endif
39