diff --git a/content/other/stm32f1x-makefile/index.md b/content/other/stm32f1x-makefile/index.md index 0350434..1f31f2a 100644 --- a/content/other/stm32f1x-makefile/index.md +++ b/content/other/stm32f1x-makefile/index.md @@ -14,7 +14,7 @@ featured_image: miniature.jpg Рабочий проект: [stm32f103make.zip](stm32f103make.zip) -```makefile +```sh CXX = arm-none-eabi-g++ CC = arm-none-eabi-gcc LD = arm-none-eabi-gcc