Skip to content

Commit 0a0e98b

Browse files
committed
bump sw_ver to 0.23
1 parent f13a944 commit 0a0e98b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/veccart/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ int main(void) {
330330
sys_opt.size = sizeof(sys_opt);
331331
sys_opt.ver = 1;
332332
sys_opt.hw_ver = 0x0014; // v0.20
333-
sys_opt.sw_ver = 0x0016; // v0.22
333+
sys_opt.sw_ver = 0x0017; // v0.23
334334
sys_opt.rgb_type = RGB_TYPE_10;
335335

336336
xprintf("\nInited.\n");

0 commit comments

Comments
 (0)