[engine] syntax
This commit is contained in:
parent
60c448c98d
commit
c9631497e2
|
@ -97,6 +97,7 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue