Fix some spellings

This commit is contained in:
Scott Lahteine
2018-04-02 03:03:37 -05:00
parent adcb87f0db
commit 93305a2d5e
3 changed files with 7 additions and 7 deletions

View File

@ -100,7 +100,7 @@
/// check if pin is an output
#define _GET_OUTPUT(IO)
/// check if pin is an timer
/// check if pin is a timer
#define _GET_TIMER(IO)
/// Read a pin wrapper
@ -124,7 +124,7 @@
/// check if pin is an output wrapper
#define GET_OUTPUT(IO) _GET_OUTPUT(IO)
/// check if pin is an timer wrapper
/// check if pin is a timer (wrapper)
#define GET_TIMER(IO) _GET_TIMER(IO)
// Shorthand