FireBull board file fix

ugfx_release_2.6
Joel Bodenmann 2014-07-11 23:15:24 +02:00
parent 1fe4bcde39
commit a26cf85256
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,8 @@ static inline void setwritemode(GDisplay *g)
}
static inline uint16_t read_data(GDisplay *g) {
(void) g;
return palReadPort(GPIOE);
}