boards/common/iotlab: change default RTT_FREQUENCY to RTT_MAX_FREQUENCY
This commit is contained in:
parent
886d179c27
commit
69659efc99
@ -135,7 +135,7 @@ static const uart_conf_t uart_config[] = {
|
||||
* @{
|
||||
*/
|
||||
#ifndef RTT_FREQUENCY
|
||||
#define RTT_FREQUENCY (1) /* in Hz */
|
||||
#define RTT_FREQUENCY (RTT_MAX_FREQUENCY) /* in Hz */
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
|
||||
@ -117,7 +117,7 @@ static const spi_conf_t spi_config[] = {
|
||||
* @{
|
||||
*/
|
||||
#ifndef RTT_FREQUENCY
|
||||
#define RTT_FREQUENCY (1) /* in Hz */
|
||||
#define RTT_FREQUENCY (RTT_MAX_FREQUENCY) /* in Hz */
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user