diff options
Diffstat (limited to 'testhal/STM32/STM32F7xx/SPI/main.c')
-rw-r--r-- | testhal/STM32/STM32F7xx/SPI/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testhal/STM32/STM32F7xx/SPI/main.c b/testhal/STM32/STM32F7xx/SPI/main.c index bfed6c07c..7632ca393 100644 --- a/testhal/STM32/STM32F7xx/SPI/main.c +++ b/testhal/STM32/STM32F7xx/SPI/main.c @@ -185,10 +185,6 @@ int main(void) { PAL_MODE_OUTPUT_PUSHPULL); /* CS1. */
/*
- * Prepare transmit pattern.
- */
-
- /*
* Starting the transmitter and receiver threads.
*/
chThdCreateStatic(spi_thread_1_wa, sizeof(spi_thread_1_wa),
|