fixes
This commit is contained in:
parent
9220a1ea3c
commit
9e3f966556
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
#include "touchpad.h"
|
||||
#include "glcd.h"
|
||||
|
||||
static struct cal cal;
|
||||
static struct cal cal = {
|
||||
1, 1, 0, 0
|
||||
};
|
||||
|
||||
static const SPIConfig spicfg = {
|
||||
NULL,
|
||||
|
|
Loading…
Add table
Reference in a new issue