lincomatic / open_evse

Firmware for Open EVSE
GNU General Public License v3.0
114 stars 163 forks source link

Added missing ifdefs in ShowDisabledTests #39

Closed tiramiseb closed 9 years ago

tiramiseb commented 9 years ago

There were 2 missing "ifdef" tests in J1772EVSEController::ShowDisabledTests, making the compilation fail if ADVPWR or GFI_SELFTEST were not defined.

lincomatic commented 9 years ago

thanks!