diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-11-19 21:55:08 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-11-19 21:55:08 +0100 |
commit | 9f2a7c36d9e37364168455c7ffc3440ce40144dc (patch) | |
tree | fa2ff979dc6b5c945dd9f8844c98286c78125a62 /drivers/gdisp/SSD1289/gdisp_lld_board_example.h | |
parent | cafb45474528f3246cc4e1d39deef4677fe69848 (diff) | |
download | uGFX-9f2a7c36d9e37364168455c7ffc3440ce40144dc.tar.gz uGFX-9f2a7c36d9e37364168455c7ffc3440ce40144dc.tar.bz2 uGFX-9f2a7c36d9e37364168455c7ffc3440ce40144dc.zip |
replaced get_bus by aquire_bus
Diffstat (limited to 'drivers/gdisp/SSD1289/gdisp_lld_board_example.h')
-rw-r--r-- | drivers/gdisp/SSD1289/gdisp_lld_board_example.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gdisp/SSD1289/gdisp_lld_board_example.h b/drivers/gdisp/SSD1289/gdisp_lld_board_example.h index 6dcad1b5..05f7cefa 100644 --- a/drivers/gdisp/SSD1289/gdisp_lld_board_example.h +++ b/drivers/gdisp/SSD1289/gdisp_lld_board_example.h @@ -68,8 +68,8 @@ static __inline void set_backlight(uint8_t percent) { *
* @notapi
*/
-static __inline void get_bus(void) {
-#error "SSD1289: You must supply a definition for get_bus for your board"
+static __inline void aquire_bus(void) {
+#error "SSD1289: You must supply a definition for aquire_bus for your board"
}
/**
|