From 48a9d334b7a5b462b32c17a5fde07159deb4c280 Mon Sep 17 00:00:00 2001 From: inmarket Date: Fri, 23 Oct 2015 18:24:49 +1000 Subject: Replace all inline definitions with GFXINLINE --- drivers/gaudio/vs1053/gaudio_play_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gaudio') diff --git a/drivers/gaudio/vs1053/gaudio_play_lld.c b/drivers/gaudio/vs1053/gaudio_play_lld.c index eaf677cb..24c5a176 100644 --- a/drivers/gaudio/vs1053/gaudio_play_lld.c +++ b/drivers/gaudio/vs1053/gaudio_play_lld.c @@ -81,7 +81,7 @@ static void cmd_write(uint16_t addr, uint16_t data) { } #if VS1053_CLK > 12288000 - static inline void cmd_writenodreq(uint16_t addr, uint16_t data) { + static GFXINLINE void cmd_writenodreq(uint16_t addr, uint16_t data) { uint8_t buf[4]; // This is the same as cmd_write() except for it doesn't wait for dreq first -- cgit v1.2.3