1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-18 16:30:29 +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, ReflectableEnum(Speed,
ApproximatelyOriginal, ApproximatelyOriginal,
Fast); Fast);
Speed speed = Speed::ApproximatelyOriginal; Speed speed = Speed::Fast;
Target() : Analyser::Static::Target(Machine::PCCompatible) { Target() : Analyser::Static::Target(Machine::PCCompatible) {
if(needs_declare()) { if(needs_declare()) {