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: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_20sept_2017_4th_oct_2017 by
Diff: touch_modules.cpp
- Revision:
- 54:f2a413d5dffd
- Parent:
- 53:cc6e65480a67
diff -r cc6e65480a67 -r f2a413d5dffd touch_modules.cpp
--- a/touch_modules.cpp Wed Sep 20 11:02:08 2017 +0000
+++ b/touch_modules.cpp Wed Sep 27 09:36:26 2017 +0000
@@ -113,7 +113,7 @@
}
- else if ((read_debug_status()== 1) && get_timer_debug()<TIMER_ENABLE_DEBUG_MODE) // checking for the debug status and timer
+ else if ((read_debug_status()== true) && get_timer_debug()<TIMER_ENABLE_DEBUG_MODE) // checking for the debug status and timer
{
if ( ((xt >= DEBUG_MAIN_X_MIN) && (xt <= DEBUG_MAIN_X_MAX)) && ( (yt >= DEBUG_MAIN_Y_MIN) && (yt <= DEBUG_MAIN_Y_MAX) ) ) // DELETE
{
