diff options
author | tmk <tmk@users.noreply.github.com> | 2014-03-01 12:12:59 -0800 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2014-03-01 12:12:59 -0800 |
commit | 51e37dc5cd774b95d7bb325618c63caaa5c63918 (patch) | |
tree | 33d86bf6d3848fae7a97060fb14a115193909b89 /FAQ.md | |
parent | 81055457fae79513ef559552c5e48eb9f5d39150 (diff) |
Updated FAQ (markdown)
Diffstat (limited to 'FAQ.md')
-rw-r--r-- | FAQ.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +# Build +## 'make clean' needs after changing config.h +To build with new config.h + + $ make clean + + # Degug Console ## hid_listen can't find device When debug console of your device is not ready you will see like this: |