diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-06-07 12:55:23 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-06-07 12:55:23 +0000 |
commit | afc0508c0b98188ecd6467391cd8043f0ba9ff57 (patch) | |
tree | f592dc64b8896990985fb2dcb175402e31fc4167 /testhal/STM32/STM32F3xx/SPI-N25Q128/main.c | |
parent | d151ada9c34470d74729e9d00467a40970e5beae (diff) | |
download | ChibiOS-afc0508c0b98188ecd6467391cd8043f0ba9ff57.tar.gz ChibiOS-afc0508c0b98188ecd6467391cd8043f0ba9ff57.tar.bz2 ChibiOS-afc0508c0b98188ecd6467391cd8043f0ba9ff57.zip |
M25Qxx demos working in both SPI and QSPI modes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9600 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F3xx/SPI-N25Q128/main.c')
-rw-r--r-- | testhal/STM32/STM32F3xx/SPI-N25Q128/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F3xx/SPI-N25Q128/main.c b/testhal/STM32/STM32F3xx/SPI-N25Q128/main.c index ebdadf1d8..836e26956 100644 --- a/testhal/STM32/STM32F3xx/SPI-N25Q128/main.c +++ b/testhal/STM32/STM32F3xx/SPI-N25Q128/main.c @@ -94,7 +94,6 @@ int main(void) { */
chThdCreateStatic(waThread1, sizeof(waThread1), NORMALPRIO + 1, Thread1, NULL);
-
/*
* SPI2 I/O pins setup.
*/
|