Skip to content

Commit

Permalink
20161113-REV7-RC2a-2
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHD committed Nov 13, 2016
1 parent 4b0cdef commit c4f3f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arduino/V0p2_Main/V0p2_Main.h
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ typedef
OTV0P2BASE::ByHourSimpleStatsUpdaterSampleStats <
decltype(eeStats), &eeStats,
#if defined(ENABLE_OCCUPANCY_SUPPORT)
decltype(Occupancy), &Occupancy
decltype(Occupancy), &Occupancy,
#else
OTV0P2BASE::SimpleTSUint8Sensor, static_cast<OTV0P2BASE::SimpleTSUint8Sensor*>(NULL), // Save code space when no occupancy tracking.
#endif
Expand Down

0 comments on commit c4f3f75

Please sign in to comment.