Browse Source

Fix a typo in readme.md

OPTFLAFS -> OPTFLAGS
Alexander Wang 6 năm trước cách đây
mục cha
commit
ecf4b9af00
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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/)