1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/atmega_common: store periph_timer prescalers in flash

This commit is contained in:
Marian Buschsieweke 2022-05-30 18:23:16 +02:00
parent 7e8a0ae2d4
commit e5d0f83696
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -42,7 +42,7 @@
/**
* @brief Possible prescaler values, encoded as 2 ^ val
*/
static const uint8_t prescalers[] = { 0, 3, 6, 8, 10 };
static const __flash uint8_t prescalers[] = { 0, 3, 6, 8, 10 };
/**
* @brief Timer state context