Commit e7bd450
committed
app: boards: switch to new Kconfig options for maximum CAN RX filters
Switch to using the new Kconfig options for setting the maximum number of
CAN RX filters for the STM32 bxCAN driver:
- CONFIG_CAN_MAX_STD_ID_FILTER => CONFIG_CAN_STM32_BXCAN_MAX_STD_ID_FILTERS
- CONFIG_CAN_MAX_EXT_ID_FILTER => CONFIG_CAN_STM32_BXCAN_MAX_EXT_ID_FILTERS
Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>1 parent e497cdd commit e7bd450
File tree
2 files changed
+4
-4
lines changed- app/boards
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
0 commit comments