Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoraa committed Jul 27, 2021
1 parent 93ca9f6 commit e3fe5a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/repository/WheelData.mc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ module WheelData {
maxPwm = "00",
alarmType = 0,
isWheelConnected = false,
wheelModel = "",
areLightsOn = false;
wheelModel = "";

var webServerPort;
var isAppConnected = false;
Expand Down

0 comments on commit e3fe5a2

Please sign in to comment.