Skip to content
Snippets Groups Projects
Unverified Commit 33aa604d authored by Kevin "Bear Puncher" Weiss's avatar Kevin "Bear Puncher" Weiss Committed by GitHub
Browse files

Merge pull request #10145 from gschorcht/drivers_hd44780_fix

drivers/hd44780: fix compilation errors
parents 0719442d 11be2035
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
static inline void _command(const hd44780_t *dev, uint8_t value); static inline void _command(const hd44780_t *dev, uint8_t value);
static void _pulse(const hd44780_t *dev); static void _pulse(const hd44780_t *dev);
static void _send(const hd44780_t *dev, uint8_t value, uint8_t mode); static void _send(const hd44780_t *dev, uint8_t value, hd44780_state_t state);
static void _write_bits(const hd44780_t *dev, uint8_t bits, uint8_t value); static void _write_bits(const hd44780_t *dev, uint8_t bits, uint8_t value);
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment