des: Fix data type of drive_sel

sw
Markus Koch 2019-09-13 12:48:28 +09:00
parent f60d76f831
commit 7abcead6a9
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ struct fpga_cell_lut34 {
int led_lut_out_enable;
char lut_in_sel[4]; /* Input select */
int drive_sel[4]; /* Which signal to drive onto each fabric line */
char drive_sel[4]; /* Which signal to drive onto each fabric line */
int sync; /* Register output on rising edge of clk */
int route_en; /* Bitfield, Enable routing between {left, top} and main fabric */