There was an error while loading. Please reload this page.
1 parent 3032928 commit 457890dCopy full SHA for 457890d
src/BaseClasses/ANTPLUS_CoreDataPage.cpp
@@ -11,7 +11,7 @@ CoreDataPage<T>::CoreDataPage() : T() {
11
template<class T>
12
uint8_t CoreDataPage<T>::getDataPageNumber() {
13
// TODO handle shared channels
14
- return this->getData(ANTPLUS_DEFAULT_DATAPAGE_BYTE);
+ return this->get8BitValue(ANTPLUS_DEFAULT_DATAPAGE_BYTE);
15
}
16
17
0 commit comments