aboutsummaryrefslogtreecommitdiffstats
path: root/wirish
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-03-30 03:44:57 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-03-30 03:45:08 -0400
commit09de1019a60125f3f5932a21377670d3cb030121 (patch)
tree2bf1f9cca695c05c04e944380e5240515763ed13 /wirish
parentf8081eeb04c9cb511adaf58e201c7cfbe1ddfbd4 (diff)
downloadlibrambutan-09de1019a60125f3f5932a21377670d3cb030121.tar.gz
librambutan-09de1019a60125f3f5932a21377670d3cb030121.zip
Nitpicks
Diffstat (limited to 'wirish')
-rw-r--r--wirish/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wirish/io.h b/wirish/io.h
index 7d4fab1..0ffbd10 100644
--- a/wirish/io.h
+++ b/wirish/io.h
@@ -223,7 +223,7 @@ uint8 waitForButtonPress(uint32 timeout_millis=0);
* @param dataPin Pin to shift data out on
* @param clockPin Pin to pulse after each bit is shifted out
* @param bitOrder Either MSBFIRST (big-endian) or LSBFIRST (little-endian).
- * @param val Value to shift out
+ * @param value Value to shift out
*/
void shiftOut(uint8 dataPin, uint8 clockPin, uint8 bitOrder, uint8 value);