Ignore:
Timestamp:
10/03/19 12:21:43 (5 years ago)
Author:
tbretz
Message:
Removed some obsolete code, fixed a typo.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/temperature.cc

    r18973 r19710  
    218218
    219219public:
    220     static const uint16_t kMaxAddr;
    221 
    222 public:
    223220    ConnectionPowerSwitch(ba::io_service& ioservice, MessageImp &imp) : Connection(ioservice, imp()),
    224221        fIsValid(false), fIsVerbose(true), fDebugRx(false), fLastReport(Time::none),
     
    287284    }
    288285};
    289 
    290 const uint16_t ConnectionPowerSwitch::kMaxAddr = 0xfff;
    291286
    292287// ------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.