Fixing include paths

ugfx_release_2.6
Joel Bodenmann 2015-07-08 02:48:18 +02:00
parent 49f32f5ce7
commit 43758829b8
1 changed files with 2 additions and 4 deletions

View File

@ -67,12 +67,10 @@ typedef struct ltdcConfig {
#define LTDC_PIXELBYTES 3
#define LTDC_PIXELBITS 24
#else
#error "GDISP: STM32F4iDiscovery - unsupported pixel format"
#error "GDISP: STM32F746Discovery - unsupported pixel format"
#endif
#include "board_STM32F429iDiscovery.h"
#include "ili9341.h"
#include "board_STM32F746Discovery.h"
/*===========================================================================*/
/* Driver local definitions. */