From 367bc6bcce15d90b49b040d865c3a8f69321b80e Mon Sep 17 00:00:00 2001 From: Nicolas Reinecke Date: Sun, 1 May 2016 01:38:31 +0200 Subject: update stm32 demo and testhal projects to upstream chibios --- demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/wolf3d_palette.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/wolf3d_palette.c') diff --git a/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/wolf3d_palette.c b/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/wolf3d_palette.c index 666cbcb..ef84a1f 100644 --- a/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/wolf3d_palette.c +++ b/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/wolf3d_palette.c @@ -1,6 +1,6 @@ #include #include -#include +#include const ltdc_color_t wolf3d_palette[256] __attribute__((aligned(4))) = { 0xFF000000, /* 0x00 */ -- cgit v1.2.3