aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-10-29 13:32:33 +0100
committerFabien Poussin <fabien.poussin@gmail.com>2019-10-29 13:32:33 +0100
commitfd301039f9c79d9542b9f2057b9368fc3ae2d44c (patch)
tree8ba139f5df5170d55bdb003884a626861cc76157 /os
parent03043aa8fa3117601b32e57886080e496b7a2356 (diff)
downloadChibiOS-Contrib-fd301039f9c79d9542b9f2057b9368fc3ae2d44c.tar.gz
ChibiOS-Contrib-fd301039f9c79d9542b9f2057b9368fc3ae2d44c.tar.bz2
ChibiOS-Contrib-fd301039f9c79d9542b9f2057b9368fc3ae2d44c.zip
Added STM32F0 support for comp driver
Diffstat (limited to 'os')
-rw-r--r--os/hal/ports/STM32/LLD/COMPv1/hal_comp_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/ports/STM32/LLD/COMPv1/hal_comp_lld.h b/os/hal/ports/STM32/LLD/COMPv1/hal_comp_lld.h
index 6a241bd..3bd3b11 100644
--- a/os/hal/ports/STM32/LLD/COMPv1/hal_comp_lld.h
+++ b/os/hal/ports/STM32/LLD/COMPv1/hal_comp_lld.h
@@ -253,8 +253,8 @@
|| defined(STM32L041xx) || defined(STM32L051xx) || defined(STM32L052xx) || defined(STM32L053xx) \
|| defined(STM32L062xx) || defined(STM32L063xx) || defined(STM32L071xx) || defined(STM32L072xx) \
|| defined(STM32L073xx) || defined(STM32L081xx) || defined(STM32L082xx) || defined(STM32L083xx) \
- || defined(STM32F051x8) || defined(STM32F048xx) || defined(STM32F058xx) || defined(STM32F078xx) \
- || defined(STM32F072xb) || defined(STM32F071xb)
+ || defined(STM32F048xx) || defined(STM32F051x8) || defined(STM32F058xx) || defined(STM32F071xB) \
+ || defined(STM32F072xB) || defined(STM32F078xx) || defined(STM32F091xC) || defined(STM32F098xx)
#define STM32_HAS_COMP1 TRUE
#define STM32_HAS_COMP2 TRUE