Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
lincomatic committed Jan 3, 2015
1 parent 13dd0c5 commit fd2b3d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ma/*
*.zip
*.bak
*~
\#*
#################
## Eclipse
#################
Expand Down
3 changes: 2 additions & 1 deletion open_evse.pde
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,8 @@ void J1772EVSEController::chargingOff()

#ifdef AMMETER
m_ChargingCurrent = 0;
#endif}
#endif
}

#ifdef GFI
inline void J1772EVSEController::SetGfiTripped()
Expand Down

0 comments on commit fd2b3d6

Please sign in to comment.