FireBull board file fix

This commit is contained in:
Joel Bodenmann 2014-07-11 23:15:24 +02:00
parent 1fe4bcde39
commit a26cf85256

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);
}