aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/STM32F439i-Eval/CubeHal/stm32f439i_raw32_ugfx.c
diff options
context:
space:
mode:
authorinmarket <inmarket@ugfx.org>2016-08-13 15:12:00 +1000
committerinmarket <inmarket@ugfx.org>2016-08-13 15:12:00 +1000
commit9356534ad502a59407dec8f4046b12485edf052c (patch)
tree0b1bd8c8cc3ddb38eb90251465eb43cc7b6e4946 /boards/base/STM32F439i-Eval/CubeHal/stm32f439i_raw32_ugfx.c
parent02dbca0454ae58193d828dd990b87a61111219dd (diff)
downloaduGFX-9356534ad502a59407dec8f4046b12485edf052c.tar.gz
uGFX-9356534ad502a59407dec8f4046b12485edf052c.tar.bz2
uGFX-9356534ad502a59407dec8f4046b12485edf052c.zip
Updates to STM32F439i-Eval board files to fix display flashing
Diffstat (limited to 'boards/base/STM32F439i-Eval/CubeHal/stm32f439i_raw32_ugfx.c')
-rw-r--r--boards/base/STM32F439i-Eval/CubeHal/stm32f439i_raw32_ugfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/base/STM32F439i-Eval/CubeHal/stm32f439i_raw32_ugfx.c b/boards/base/STM32F439i-Eval/CubeHal/stm32f439i_raw32_ugfx.c
index 5251fbeb..ccfa2854 100644
--- a/boards/base/STM32F439i-Eval/CubeHal/stm32f439i_raw32_ugfx.c
+++ b/boards/base/STM32F439i-Eval/CubeHal/stm32f439i_raw32_ugfx.c
@@ -7,7 +7,7 @@
#include "stm32f4xx_hal.h"
#if GFX_USE_OS_RAW32
- void _init()
+ void _init(void)
{
}