diff options
| author | Fabien Poussin <fabien.poussin@gmail.com> | 2019-01-09 01:27:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-09 01:27:22 +0100 |
| commit | ae22efae8bc0d6ac7a4f013c2a41641726344687 (patch) | |
| tree | ffd9ff8eed2f7f7231281f5656f2daea198deb27 /os/hal/include/hal_community.h | |
| parent | 5af099c3665e49ce9323fa79c56a51bf67b9ebab (diff) | |
| parent | 05faf884a41470970fd9638a1be6a0b76bfb71e2 (diff) | |
| download | ChibiOS-Contrib-ae22efae8bc0d6ac7a4f013c2a41641726344687.tar.gz ChibiOS-Contrib-ae22efae8bc0d6ac7a4f013c2a41641726344687.tar.bz2 ChibiOS-Contrib-ae22efae8bc0d6ac7a4f013c2a41641726344687.zip | |
Merge pull request #179 from fpoussin/opamp
Opamp driver
Diffstat (limited to 'os/hal/include/hal_community.h')
| -rw-r--r-- | os/hal/include/hal_community.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/include/hal_community.h b/os/hal/include/hal_community.h index 83b1f02..f84e90a 100644 --- a/os/hal/include/hal_community.h +++ b/os/hal/include/hal_community.h @@ -75,6 +75,10 @@ #define HAL_USE_COMP FALSE
#endif
+#if !defined(HAL_USE_OPAMP)
+#define HAL_USE_OPAMP FALSE
+#endif
+
/* Abstract interfaces.*/
/* Shared headers.*/
@@ -87,6 +91,7 @@ #include "hal_timcap.h"
#include "hal_qei.h"
#include "hal_comp.h"
+#include "hal_opamp.h"
/* Complex drivers.*/
#include "hal_onewire.h"
|
