1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-17 21:30:14 +00:00

Default to 'fast'.

This commit is contained in:
Thomas Harte 2023-12-08 12:51:55 -05:00
parent 604fca7fb1
commit 0bf453199c

View File

@ -23,7 +23,7 @@ struct Target: public Analyser::Static::Target, public Reflection::StructImpl<Ta
ReflectableEnum(Speed,
ApproximatelyOriginal,
Fast);
Speed speed = Speed::ApproximatelyOriginal;
Speed speed = Speed::Fast;
Target() : Analyser::Static::Target(Machine::PCCompatible) {
if(needs_declare()) {