Skip to content

Commit 65be757

Browse files
committed
environment: add not to self
somthing just looks unopitmized
1 parent 70dc209 commit 65be757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Profiles/Environment/DataPages/Base/ANTPLUS_EnvironmentBaseTemperature.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ uint8_t EnvironmentBaseTemperature<T>::getEventCount() {
1111
ANTPLUS_ENVIRONMENT_DATAPAGE_TEMPERATURE_EVENTCOUNT_BYTE);
1212
}
1313

14+
// TODO check if these can be replaced with get16bitValues
1415
/* NOTE: this is a non-contigous data field, which resuls in the shenanigans below */
1516
template<class T>
1617
int16_t EnvironmentBaseTemperature<T>::get24HourLow() {

0 commit comments

Comments
 (0)