diff options
Diffstat (limited to 'bootloader/mrobe500.c')
-rwxr-xr-x | bootloader/mrobe500.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/mrobe500.c b/bootloader/mrobe500.c index 3c98ae25f3..236fd99ff0 100755 --- a/bootloader/mrobe500.c +++ b/bootloader/mrobe500.c | |||
@@ -117,8 +117,9 @@ void main(void) | |||
117 | tsc2100_read_values(&x, &y, &z1, &z2); | 117 | tsc2100_read_values(&x, &y, &z1, &z2); |
118 | printf("x: %04x y: %04x z1: %04x z2: %04x", x, y, z1, z2); | 118 | printf("x: %04x y: %04x z1: %04x z2: %04x", x, y, z1, z2); |
119 | printf("tsadc: %4x", tsc2100_readreg(TSADC_PAGE, TSADC_ADDRESS)&0xffff); | 119 | printf("tsadc: %4x", tsc2100_readreg(TSADC_PAGE, TSADC_ADDRESS)&0xffff); |
120 | printf("current tick: %04x", current_tick); | ||
120 | tsc2100_keyclick(); /* doesnt work :( */ | 121 | tsc2100_keyclick(); /* doesnt work :( */ |
121 | line -= 2; | 122 | line -= 3; |
122 | } | 123 | } |
123 | 124 | ||
124 | } | 125 | } |