mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
cpu/atmega_common: fix compile problem with NDEBUG
This commit is contained in:
parent
defdf1e6f5
commit
da244ffcaa
@ -206,6 +206,7 @@ static inline uint8_t _rtt_div(uint16_t freq)
|
||||
case 128: return 0x6;
|
||||
case 32: return 0x7;
|
||||
default : assert(0);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user