boards/arduino-due: allow changing frequency

This commit is contained in:
Francisco Molina 2021-03-30 14:22:50 +02:00
parent 3e32d55c33
commit d2fdb7479e
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

@ -76,7 +76,9 @@ static const timer_conf_t timer_config[] = {
* @name RTT configuration * @name RTT configuration
* @{ * @{
*/ */
#ifndef RTT_FREQUENCY
#define RTT_FREQUENCY (1U) /* 1Hz */ #define RTT_FREQUENCY (1U) /* 1Hz */
#endif
/** @} */ /** @} */
/** /**