[engine] syntax

This commit is contained in:
tangxifan 2022-10-17 16:11:49 -07:00
parent 60c448c98d
commit c9631497e2
1 changed files with 3 additions and 2 deletions

View File

@ -97,6 +97,7 @@ IoPinTable read_csv_io_pin_table(
DIRECTION_INPUT, DIRECTION_OUTPUT);
exit(1);
}
}
return io_pin_table;
}