Skip to content

Commit c453748

Browse files
committed
Add msg data templates so TX works properly
Can't compile without these, benefits of pre-release
1 parent 88074ef commit c453748

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/BaseClasses/ANTPLUS_CoreDataPage.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ uint8_t CoreDataPage<T>::getDataPageNumber() {
1515
}
1616

1717
template class CoreDataPage<BroadcastData>;
18-
template class CoreDataPage<AcknowledgedData>;
18+
template class CoreDataPage<AcknowledgedData>;
19+
template class CoreDataPage<BroadcastDataMsg>;
20+
template class CoreDataPage<AcknowledgedDataMsg>;

0 commit comments

Comments
 (0)