Skip to content

Commit eb55315

Browse files
committed
1 parent e58b39e commit eb55315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cores/nRF5/HardwarePWM.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ class HardwarePWM
112112
uint16_t readChannel (uint8_t ch) const;
113113

114114
// Get count of used / free channels
115-
uint8_t usedChannelCount() const;
116-
uint8_t freeChannelCount() const;
115+
uint8_t usedChannelCount(void) const;
116+
uint8_t freeChannelCount(void) const;
117117

118118
#if CFG_DEBUG
119119
static void DebugOutput(Stream& logger);

0 commit comments

Comments
 (0)