From 7b869beb39dbd14f662c52f7581cd974b3e203e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Tue, 7 Apr 2015 10:03:20 +0000 Subject: [PATCH] removed non-UTF8 char that made it into the file somehow --- BaS_gcc/sys/init_fpga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_gcc/sys/init_fpga.c b/BaS_gcc/sys/init_fpga.c index 714fa74..08c9438 100644 --- a/BaS_gcc/sys/init_fpga.c +++ b/BaS_gcc/sys/init_fpga.c @@ -124,7 +124,7 @@ bool init_fpga(void) * excerpt from an Altera configuration manual: * * The low-to-high transition of nCONFIG on the FPGA begins the configuration cycle. The - * configuration cycle consists of 3 stages�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, * 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