[engine] syntax

This commit is contained in:
tangxifan 2022-10-17 15:46:19 -07:00
parent c3f180372d
commit 76862efa57
1 changed files with 14 additions and 15 deletions

View File

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