소스 검색

Fix a typo in readme.md

OPTFLAFS -> OPTFLAGS
Alexander Wang 6 년 전
부모
커밋
ecf4b9af00
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/)