Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Filimonchuk <dmitrystu@gmail.com>2020-04-27 21:33:07 +0300
committerGitHub <noreply@github.com>2020-04-27 21:33:07 +0300
commit62ff4f519bb406014f92d517050446cdf7ce8d1b (patch)
treec9a604773ea54bdca68ee5857ebb905c9149f810
parentb8bc90168b791984c01068430404ef82c253f112 (diff)
parentecf4b9af003d85d667f8f30881b198e917ec46dc (diff)
Merge pull request #53 from dragonman225/master
Fix a typo in readme.md
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index fcdb973..146cf22 100644
--- a/readme.md
+++ b/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/)