aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/TRNG
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/multi/TRNG')
-rw-r--r--testhal/STM32/multi/TRNG/main.c2
-rw-r--r--testhal/STM32/multi/TRNG/readme.txt25
2 files changed, 1 insertions, 26 deletions
diff --git a/testhal/STM32/multi/TRNG/main.c b/testhal/STM32/multi/TRNG/main.c
index 51d03718d..aaeb80fff 100644
--- a/testhal/STM32/multi/TRNG/main.c
+++ b/testhal/STM32/multi/TRNG/main.c
@@ -51,7 +51,7 @@ int main(void) {
halInit();
chSysInit();
- /*Board-dependent GPIO setup code.*/
+ /* Board-dependent GPIO setup code.*/
portab_setup();
/* Starting a serial port for test report output.*/
diff --git a/testhal/STM32/multi/TRNG/readme.txt b/testhal/STM32/multi/TRNG/readme.txt
deleted file mode 100644
index c186b9673..000000000
--- a/testhal/STM32/multi/TRNG/readme.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-*****************************************************************************
-** ChibiOS/HAL - Unified MFS complex driver demo. **
-*****************************************************************************
-
-** TARGET **
-
-The demo can be compiled to run on multiple STM32 target boards.
-
-** The Demo **
-
-The application demonstrates the use of the HAL MFS complex driver.
-
-** Build Procedure **
-
-The command "make" builds the demo for all targets. The demo can be compiled
-using the "GNU ARM Embedded Toolchain" from:
-
- https://launchpad.net/gcc-arm-embedded
-
-** Notes **
-
-Some header files used by the demo are not part of ChibiOS but are copyright of
-ST Microelectronics and are licensed under a different license.
-
- http://www.st.com