aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1289/gdisp_lld_board_firebullstm32f103.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-19 21:55:08 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-19 21:55:08 +0100
commit9f2a7c36d9e37364168455c7ffc3440ce40144dc (patch)
treefa2ff979dc6b5c945dd9f8844c98286c78125a62 /drivers/gdisp/SSD1289/gdisp_lld_board_firebullstm32f103.h
parentcafb45474528f3246cc4e1d39deef4677fe69848 (diff)
downloaduGFX-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_firebullstm32f103.h')
-rw-r--r--drivers/gdisp/SSD1289/gdisp_lld_board_firebullstm32f103.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gdisp/SSD1289/gdisp_lld_board_firebullstm32f103.h b/drivers/gdisp/SSD1289/gdisp_lld_board_firebullstm32f103.h
index 7d20c341..ad445f9e 100644
--- a/drivers/gdisp/SSD1289/gdisp_lld_board_firebullstm32f103.h
+++ b/drivers/gdisp/SSD1289/gdisp_lld_board_firebullstm32f103.h
@@ -88,7 +88,7 @@ static __inline void set_backlight(uint8_t percent) {
*
* @notapi
*/
-static __inline void get_bus(void) {
+static __inline void aquire_bus(void) {
/* Nothing to do here */
}