touchpad fix

ugfx_release_2.6
Tectu 2012-07-10 03:13:38 +02:00
parent 7394b541e4
commit dcf9a88783
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
#define CONVERSIONS 3
#define TP_CS_HIGH palSetPad(TP_PORT, TP_CS)
#define TP_CS_LOW palClearPad(TP_PORT, TP_CS)
#define TP_CS_HIGH palSetPad(TP_CS_PORT, TP_CS)
#define TP_CS_LOW palClearPad(TP_CS_PORT, TP_CS)
struct cal {
float xm;