FireBull board file fix
parent
1fe4bcde39
commit
a26cf85256
|
@ -113,6 +113,8 @@ static inline void setwritemode(GDisplay *g)
|
|||
}
|
||||
|
||||
static inline uint16_t read_data(GDisplay *g) {
|
||||
(void) g;
|
||||
|
||||
return palReadPort(GPIOE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue