Fix typo in arduino-mk-vars.md

This commit is contained in:
Kier Davis 2018-01-24 22:10:27 +00:00
parent 5869c98344
commit b4c381c4b7
No known key found for this signature in database
GPG key ID: 66378DA35FF9F0FA

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.