Skip to content

Commit 2ba6acb

Browse files
committed
fixing typo in comment
1 parent d983642 commit 2ba6acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DigitalExpansion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class DigitalExpansion : public Expansion {
7373
* transaction */
7474
void digitalWrite(int pin, PinStatus st, bool update = false);
7575

76-
/* get the status ha digital output has been set */
76+
/* get the status digital output has been set */
7777
PinStatus digitalOutRead(int pin);
7878

7979
/* get the status of a digital input

0 commit comments

Comments
 (0)