jdlfkjasdf
Dependents: electrocoagulador_teclado
Revision 22:8941c4db8456, committed 2019-03-09
- Comitter:
- evanegasa
- Date:
- Sat Mar 09 16:01:03 2019 +0000
- Parent:
- 21:fb28bc08ded4
- Commit message:
- asfsf
Changed in this revision
keypad.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/keypad.cpp Sun Sep 20 06:00:00 2015 +0000 +++ b/keypad.cpp Sat Mar 09 16:01:03 2019 +0000 @@ -68,5 +68,5 @@ if(k != -1) return keys[k]; - return 0; + return '*'; }