Skip to content

Commit 8af34fe

Browse files
bessmanAlexander Bessman
authored andcommitted
Fix typo
1 parent a99a787 commit 8af34fe

File tree

1 file changed

+1
-1
lines changed
  • src/registers_ng

1 file changed

+1
-1
lines changed

src/registers_ng/cn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ enum Status CN_pin_disable(Channel pin);
4141
/**
4242
* @brief Call @c callback when a logic level change occurs on a configured pin
4343
*
44-
* CN provides a single callback for all enabled pins. There is no indication
44+
* CN provides a single interrupt for all enabled pins. There is no indication
4545
* of which pin triggered the interrupt. The callback's @c channel argument
4646
* should therefore not be used.
4747
*

0 commit comments

Comments
 (0)