aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/ext_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/STM32/ext_lld.h')
-rw-r--r--os/hal/platforms/STM32/ext_lld.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/os/hal/platforms/STM32/ext_lld.h b/os/hal/platforms/STM32/ext_lld.h
index 5d23b3dcb..43fcf4665 100644
--- a/os/hal/platforms/STM32/ext_lld.h
+++ b/os/hal/platforms/STM32/ext_lld.h
@@ -41,11 +41,6 @@
#define EXT_MAX_CHANNELS STM32_EXTI_NUM_CHANNELS
/**
- * @brief Mask of the available channels.
- */
-#define EXT_CHANNELS_MASK ((1 << EXT_MAX_CHANNELS) - 1)
-
-/**
* @name STM32-specific EXT channel modes
* @{
*/