mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 20:25:19 +00:00
This can be constexpr.
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
// The clock rate is 3.25Mhz.
|
// The clock rate is 3.25Mhz.
|
||||||
const unsigned int ZX8081ClockRate = 3250000;
|
constexpr unsigned int ZX8081ClockRate = 3250000;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO:
|
// TODO:
|
||||||
|
Reference in New Issue
Block a user