summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-02-02 21:37:25 +0700
committerGitHub <[email protected]>2021-02-02 21:37:25 +0700
commitfb53eb9a919591cf854008959cab0de618309601 (patch)
tree3870ceae6950f9683594e7d22b7264832039427d /examples/device
parent9aa9c7e9684b29d2acb2cc61248d94f0029f672b (diff)
parentae827721ed055d437cb22f9b0cdcc1d881d1d5fb (diff)
Merge pull request #624 from aslampr07/patch-1
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/hid_generic_inout/src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/device/hid_generic_inout/src/main.c b/examples/device/hid_generic_inout/src/main.c
index c1dc43b34..4573bd7e0 100644
--- a/examples/device/hid_generic_inout/src/main.c
+++ b/examples/device/hid_generic_inout/src/main.c
@@ -36,8 +36,8 @@
*
* There are 2 ways to test the sketch
* 1. Using nodejs
- * - Install nodejs and nmp to your PC
- * - Install execellent node-hid (https://github.com/node-hid/node-hid) by
+ * - Install nodejs and npm to your PC
+ * - Install excellent node-hid (https://github.com/node-hid/node-hid) by
* $ npm install node-hid
* - Run provided hid test script
* $ node hid_test.js