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:
parent
7e8a0ae2d4
commit
e5d0f83696
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user