Skip to content

Commit

Permalink
Merge pull request #226 from Denzo77/master
Browse files Browse the repository at this point in the history
Compilation fix for DHD
  • Loading branch information
Denzo77 authored Sep 9, 2020
2 parents 5f6694a + 174c742 commit d655e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/OTRadioLink/utility/OTRadValve_ModelledRadValve.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ void setupInputState(
const PseudoSensorOccupancyTracker& occupancy,
const SensorAmbientLightBase& ambLight,
const ActuatorPhysicalUIBase& physicalUI,
bool (*const setbackLockout)() = ((bool(*)())nullptr))
bool (*const)() = ((bool(*)())nullptr))
{
// Set up state for computeRequiredTRVPercentOpen().
inputState.targetTempC = newTargetC;
Expand Down

0 comments on commit d655e2a

Please sign in to comment.