diff options
Diffstat (limited to 'testhal/STM32/multi/TRNG/main.c')
-rw-r--r-- | testhal/STM32/multi/TRNG/main.c | 2 |
1 files changed, 1 insertions, 1 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.*/
|