aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorUladzimir Pylinski <barthess@yandex.ru>2017-03-01 21:52:33 +0300
committerGitHub <noreply@github.com>2017-03-01 21:52:33 +0300
commit97aaabeedd53ec16147696f8b44b16ee43d86a99 (patch)
tree227c25787f5ab7b830773fec550243967512f435 /os
parenta4d41047d538feffa4ca4199493b6fd1068e7780 (diff)
parent8974911eda3154feeba29fd680a13b84e7138e20 (diff)
downloadChibiOS-Contrib-97aaabeedd53ec16147696f8b44b16ee43d86a99.tar.gz
ChibiOS-Contrib-97aaabeedd53ec16147696f8b44b16ee43d86a99.tar.bz2
ChibiOS-Contrib-97aaabeedd53ec16147696f8b44b16ee43d86a99.zip
Merge pull request #113 from romainreignier/fix_ch_dependency
Fix ch dependency.
Diffstat (limited to 'os')
-rw-r--r--os/hal/ports/STM32/LLD/DMA2Dv1/hal_stm32_dma2d.c1
-rw-r--r--os/hal/ports/STM32/LLD/LTDCv1/hal_stm32_ltdc.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/os/hal/ports/STM32/LLD/DMA2Dv1/hal_stm32_dma2d.c b/os/hal/ports/STM32/LLD/DMA2Dv1/hal_stm32_dma2d.c
index 6751202..b7c9b49 100644
--- a/os/hal/ports/STM32/LLD/DMA2Dv1/hal_stm32_dma2d.c
+++ b/os/hal/ports/STM32/LLD/DMA2Dv1/hal_stm32_dma2d.c
@@ -19,7 +19,6 @@
* @brief DMA2D/Chrom-ART driver.
*/
-#include "ch.h"
#include "hal.h"
#include "hal_stm32_dma2d.h"
diff --git a/os/hal/ports/STM32/LLD/LTDCv1/hal_stm32_ltdc.c b/os/hal/ports/STM32/LLD/LTDCv1/hal_stm32_ltdc.c
index f0fd289..bffa472 100644
--- a/os/hal/ports/STM32/LLD/LTDCv1/hal_stm32_ltdc.c
+++ b/os/hal/ports/STM32/LLD/LTDCv1/hal_stm32_ltdc.c
@@ -19,7 +19,6 @@
* @brief LCD-TFT Controller Driver.
*/
-#include "ch.h"
#include "hal.h"
#include "hal_stm32_ltdc.h"