浏览代码

Merge pull request #53 from dragonman225/master

Fix a typo in readme.md
Dmitry Filimonchuk 6 年之前
父节点
当前提交
62ff4f519b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -120,7 +120,7 @@ make help
 | CFLAGS   | -mcpu=cortex-m3 -mfloat-abi=soft    | MCU specified compiler flags  |
 | DEFINES  | STM32L1 STM32L100xC                 | MCU specified defines         |
 | STPROG_CLI | ~/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin/STM32_Programmer_CLI | Path to the ST Cube Programmer CLI |
-| OPTFLAFS | -Os | Code optimization flags |
+| OPTFLAGS | -Os | Code optimization flags |
 
 ### Useful Resources ###
 1. [USB Implementers Forum official site](https://www.usb.org/)