Merge pull request #548 from kierdavis/fix-typo

Fix typo in arduino-mk-vars.md
This commit is contained in:
Sudar Muthu 2018-01-25 09:38:47 +05:30 committed by GitHub
commit 8480373477
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1044,7 +1044,7 @@ ASFLAGS += -my-as-only-flag
**Description:**
Flags passed to the C pre-processor (for C, C++ and assembly source flies). Add
Flags passed to the C pre-processor (for C, C++ and assembly source files). Add
more flags to this variable using `+=`.
Defaults to all flags required for a typical build.