Skip to content

Commit 087b428

Browse files
linebreak
1 parent e4bf6c4 commit 087b428

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/InterruptIn.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ class InterruptIn : private NonCopyable<InterruptIn> {
6868
* @param mode The mode to set the pin to (PullUp/PullDown/etc.)
6969
*/
7070
InterruptIn(PinName pin, PinMode mode = PullDefault);
71+
7172
virtual ~InterruptIn();
7273

7374
/** Read the input, represented as 0 or 1 (int)

0 commit comments

Comments
 (0)