Add CH32V203 support.

This commit is contained in:
cnlohr
2024-06-19 04:31:21 -07:00
parent 200d271c0a
commit 956ac4a0c2
6 changed files with 346 additions and 2 deletions
+1 -1
View File
@@ -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>";