boards/common/iotlab: change default RTT_FREQUENCY to RTT_MAX_FREQUENCY

This commit is contained in:
Francisco Molina 2021-01-19 12:11:31 +01:00
parent 886d179c27
commit 69659efc99
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ static const uart_conf_t uart_config[] = {
* @{ * @{
*/ */
#ifndef RTT_FREQUENCY #ifndef RTT_FREQUENCY
#define RTT_FREQUENCY (1) /* in Hz */ #define RTT_FREQUENCY (RTT_MAX_FREQUENCY) /* in Hz */
#endif #endif
/** @} */ /** @} */

View File

@ -117,7 +117,7 @@ static const spi_conf_t spi_config[] = {
* @{ * @{
*/ */
#ifndef RTT_FREQUENCY #ifndef RTT_FREQUENCY
#define RTT_FREQUENCY (1) /* in Hz */ #define RTT_FREQUENCY (RTT_MAX_FREQUENCY) /* in Hz */
#endif #endif
/** @} */ /** @} */