mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/nucleo-f413zh: use common rtt config
This commit is contained in:
parent
c95d02dfd5
commit
fc644cc2c2
@ -24,6 +24,7 @@
|
|||||||
#include "periph_cpu.h"
|
#include "periph_cpu.h"
|
||||||
#include "f4/cfg_clock_100_8_1.h"
|
#include "f4/cfg_clock_100_8_1.h"
|
||||||
#include "cfg_i2c1_pb8_pb9.h"
|
#include "cfg_i2c1_pb8_pb9.h"
|
||||||
|
#include "cfg_rtt_default.h"
|
||||||
#include "cfg_timer_tim5.h"
|
#include "cfg_timer_tim5.h"
|
||||||
#include "cfg_usb_otg_fs.h"
|
#include "cfg_usb_otg_fs.h"
|
||||||
|
|
||||||
@ -217,8 +218,9 @@ static const spi_conf_t spi_config[] = {
|
|||||||
* @name RTT configuration
|
* @name RTT configuration
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
#ifndef RTT_FREQUENCY
|
||||||
#define RTT_FREQUENCY (4096)
|
#define RTT_FREQUENCY (4096)
|
||||||
#define RTT_MAX_VALUE (0xffff)
|
#endif
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
Reference in New Issue
Block a user