touchpad fix

This commit is contained in:
Tectu 2012-07-10 03:13:38 +02:00
parent 7394b541e4
commit dcf9a88783

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;