mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-14 20:31:53 +00:00
Default to 'fast'.
This commit is contained in:
parent
604fca7fb1
commit
0bf453199c
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user