mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-24 05:18:36 +00:00
Deploys constexpr as a stricter const.
This commit is contained in:
@@ -110,7 +110,7 @@ void MFP68901::write(int address, uint8_t value) {
|
||||
return;
|
||||
}
|
||||
|
||||
const int timer_prescales[] = {
|
||||
constexpr int timer_prescales[] = {
|
||||
1, 4, 10, 16, 50, 64, 100, 200
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user