We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15152be commit 88074efCopy full SHA for 88074ef
src/MainClasses/ANTPLUS_AntPlusRouter.cpp
@@ -80,7 +80,7 @@ void AntPlusRouter::removeProfile(uint8_t channel) {
80
}
81
82
83
-void AntPlusRoute::removeAllProfiles() {
+void AntPlusRouter::removeAllProfiles() {
84
for (uint8_t i = 0; i < ANTPLUS_MAX_CHANNELS_POSSIBLE; i++) {
85
removeProfile(i);
86
0 commit comments