mirror of
https://github.com/cnlohr/lolra.git
synced 2026-06-17 00:09:31 +00:00
Add CH32V203 support.
This commit is contained in:
@@ -48,7 +48,7 @@ function computeTable()
|
||||
else if( mode == 2 )
|
||||
contents += DrawSpan( 2, freq * (h+.25), target, true );
|
||||
else if( mode == 3 )
|
||||
contents += DrawSpan( 2, freq + (h+ 0.5), target, true );
|
||||
contents += DrawSpan( 2, freq * (h+0.5), target, true );
|
||||
|
||||
}
|
||||
contents += "</TD>";
|
||||
|
||||
Reference in New Issue
Block a user