Dependencies: LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI
Diff: KeyboardTsLcd.cpp
- Revision:
- 3:5bf3e6967be7
- Parent:
- 2:a473c3e8c8c4
- Child:
- 4:35b2f0e76b02
--- a/KeyboardTsLcd.cpp Fri May 08 10:55:20 2020 +0000 +++ b/KeyboardTsLcd.cpp Fri May 08 10:57:14 2020 +0000 @@ -18,10 +18,9 @@ return BUTTON_2; case BUTTON_3: pLed->On(3); - break; + return BUTTON_3; default: pLed->On(4); return OTHER; - return pKeyboard->eRead(); } } \ No newline at end of file