Skip to content
This repository was archived by the owner on Sep 5, 2020. It is now read-only.

Commit 8b2afd5

Browse files
committed
Correct readme
1 parent 7fba7ed commit 8b2afd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ How is it all corrected.
1515
1616
/* USER CODE END Defines */
1717
```
18-
### Remember to enable the extra option for the u _printf_float compiler.
18+
### Remember to enable the extra option for the "-u _printf_float" compiler.
1919

2020
This completes the setup. Compilation and operation of the printf, sprintf, snprintf functions should occur without hovering and Hard Fault.
2121

@@ -43,7 +43,7 @@ p.s. The version of the heap_useNewlib.c file provided in this repository is sli
4343
/* USER CODE END Defines */
4444
```
4545

46-
### Не забудьте включить дополнительную опцию для компилятора u _printf_float.
46+
### Не забудьте включить дополнительную опцию для компилятора "-u _printf_float".
4747

4848
На этом настройка закончена. Компиляция и работа функций printf, sprintf, snprintf должны происходить без зависания и Hard Fault.
4949

0 commit comments

Comments
 (0)