1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

boards/waspmote: Update XTIMER{,_ISR}_BACKOFF

This commit is contained in:
Marian Buschsieweke 2020-08-23 07:58:03 +02:00
parent bf5cebb6b3
commit f465ada642
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -166,7 +166,8 @@ extern "C" {
*/
#define XTIMER_WIDTH (16)
#define XTIMER_HZ (230400LU)
#define XTIMER_BACKOFF (40)
#define XTIMER_BACKOFF (80)
#define XTIMER_ISR_BACKOFF (120)
/** @} */
/**