Unverified Commit c6221566 authored by Jean-Luc Béchennec's avatar Jean-Luc Béchennec Committed by GitHub

Add 128MHz frequency (#2069)

parent fd694147
This diff is collapsed.
......@@ -34,7 +34,7 @@ def BuildDebugLevel(name):
print("%s.menu.dbglvl.%s.build.debug_level=%s" % (name, l[0], l[1]))
def BuildFreq(name):
for f in [ 133, 50, 100, 120, 125, 150, 175, 200, 225, 240, 250, 275, 300]:
for f in [ 133, 50, 100, 120, 125, 128, 150, 175, 200, 225, 240, 250, 275, 300]:
warn = ""
if f > 133: warn = " (Overclock)"
print("%s.menu.freq.%s=%s MHz%s" % (name, f, f, warn))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment