removed non-UTF8 char that made it into the file somehow

This commit is contained in:
Markus Fröschle
2015-04-07 10:03:20 +00:00
parent 554fb77baf
commit 7b869beb39

View File

@@ -124,7 +124,7 @@ bool init_fpga(void)
* excerpt from an Altera configuration manual: * excerpt from an Altera configuration manual:
* *
* The low-to-high transition of nCONFIG on the FPGA begins the configuration cycle. The * The low-to-high transition of nCONFIG on the FPGA begins the configuration cycle. The
* configuration cycle consists of 3 stages<EFBFBD>reset, configuration, and initialization. * configuration cycle consists of 3 stages: reset, configuration, and initialization.
* While nCONFIG is low, the device is in reset. When the device comes out of reset, * While nCONFIG is low, the device is in reset. When the device comes out of reset,
* nCONFIG must be at a logic high level in order for the device to release the open-drain * nCONFIG must be at a logic high level in order for the device to release the open-drain
* nSTATUS pin. After nSTATUS is released, it is pulled high by a pull-up resistor and the FPGA * nSTATUS pin. After nSTATUS is released, it is pulled high by a pull-up resistor and the FPGA