diff options
author | Adam YH Lee <adam.yh.lee@gmail.com> | 2017-04-12 20:58:36 -0700 |
---|---|---|
committer | Adam YH Lee <adam.yh.lee@gmail.com> | 2017-04-12 20:58:36 -0700 |
commit | 73625a603afd14ee506d1562ef5f6a199eac62ce (patch) | |
tree | 669ed65bd1962936e13aec3f62ee375fbbe09df7 /doc/BUILD_GUIDE.md | |
parent | 91b11bb4dd9a0c94fbc0feb6915acc4717357205 (diff) | |
parent | d3301c0f8b0005738ab9aa2030d83739ffb5c4b6 (diff) |
Merge branch 'master' into miuni32-OA
Diffstat (limited to 'doc/BUILD_GUIDE.md')
-rw-r--r-- | doc/BUILD_GUIDE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/BUILD_GUIDE.md b/doc/BUILD_GUIDE.md index 1750191836..78cf00b917 100644 --- a/doc/BUILD_GUIDE.md +++ b/doc/BUILD_GUIDE.md @@ -96,7 +96,7 @@ The keyboard `config.h` is included only if the keymap one doesn't exist. The fo ``` #undef MY_SETTING #define MY_SETTING 4 -```c +``` For a value of `4` for this imaginary setting. So we `undef` it first, then `define` it. |