From b4c381c4b75595d78b4a45b60770d3ebf9b7ab81 Mon Sep 17 00:00:00 2001 From: Kier Davis Date: Wed, 24 Jan 2018 22:10:27 +0000 Subject: [PATCH] Fix typo in arduino-mk-vars.md --- arduino-mk-vars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arduino-mk-vars.md b/arduino-mk-vars.md index d19d3d6..b86496a 100644 --- a/arduino-mk-vars.md +++ b/arduino-mk-vars.md @@ -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.