Skip to content

Commit 88074ef

Browse files
committed
typo, thanks travis
1 parent 15152be commit 88074ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MainClasses/ANTPLUS_AntPlusRouter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void AntPlusRouter::removeProfile(uint8_t channel) {
8080
}
8181
}
8282

83-
void AntPlusRoute::removeAllProfiles() {
83+
void AntPlusRouter::removeAllProfiles() {
8484
for (uint8_t i = 0; i < ANTPLUS_MAX_CHANNELS_POSSIBLE; i++) {
8585
removeProfile(i);
8686
}

0 commit comments

Comments
 (0)