Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos mbed-src
Fork of DMSupport by
Diff: Display/BiosTouch.cpp
- Revision:
- 23:6afd6a716e80
- Parent:
- 22:1a58a518435c
- Child:
- 24:9a677afc86f1
--- a/Display/BiosTouch.cpp Fri Jan 16 11:13:39 2015 +0100 +++ b/Display/BiosTouch.cpp Fri Jan 16 11:15:57 2015 +0100 @@ -254,7 +254,6 @@ if (!_initialized) { err = TouchError_NoInit; } else { - //err = (TouchError)_bios->touchRead(_biosData, &coord, 1); err = _handler->read(&coord, 1); } return err; @@ -266,7 +265,6 @@ if (!_initialized) { err = TouchError_NoInit; } else { - //err = (TouchError)_bios->touchRead(_biosData, coord, num); err = _handler->read(coord, num); } return err;