Missing definition in driver board template file
This commit is contained in:
parent
189bad3e6a
commit
17cc2d7d5e
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ static inline void setpin_reset(GDisplay *g, bool_t state) {
|
||||||
(void) state;
|
(void) state;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static inline void set_backlight(GDisplay *g, uint8_t percent) {
|
||||||
|
(void) g;
|
||||||
|
(void) percent;
|
||||||
|
}
|
||||||
|
|
||||||
static inline void acquire_bus(GDisplay *g) {
|
static inline void acquire_bus(GDisplay *g) {
|
||||||
(void) g;
|
(void) g;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue