diff options
Diffstat (limited to 'board/quantum/fpga.h')
-rw-r--r-- | board/quantum/fpga.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/quantum/fpga.h b/board/quantum/fpga.h index 2ef45e59b16..79b73b561ea 100644 --- a/board/quantum/fpga.h +++ b/board/quantum/fpga.h @@ -31,4 +31,3 @@ int fpga_boot(unsigned char *fpgadata, int size); #define ERROR_FPGA_PRG_INIT_LOW -1 /* Timeout after PRG* asserted */ #define ERROR_FPGA_PRG_INIT_HIGH -2 /* Timeout after PRG* deasserted */ #define ERROR_FPGA_PRG_DONE -3 /* Timeout after programming */ -/* vim: set ts=4 sw=4 tw=78: */ |