Skip to content

Commit ad1ca3e

Browse files
author
Rishi Sharma
committed
Small fix for game state
1 parent de5ed67 commit ad1ca3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Drinking-Machine-Arduino-Code.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ enum stateMachine gameState () {
316316
lcd.printGameOutcomeScreen(game.getBin());
317317
delay(4000);
318318
if (unitsOfA || unitsOfB) {
319-
lcd.printDispensing(unitsOfA,unitsOfA);
319+
lcd.printDispensing(unitsOfA,unitsOfB);
320320
pumps.dispense(unitsOfA, unitsOfB);
321321
}
322322
return START_STATE;

0 commit comments

Comments
 (0)