Commit 88f232a
wiseconnect: Get rid of PSRAM_INTERFACE_MODE
PSRAM_INTERFACE_MODE contains an hardware configuration parameter. This
parameter belongs to the DT on the Zephyr side. Hence, it can't be
defined with a macro.
Fortunately, this symbol is redundant with ...spi_config_1.inst_mode. So
we can replace the macro by this field.
Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>1 parent 8719b55 commit 88f232a
File tree
1 file changed
+1
-1
lines changed- wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/src
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1016 | 1016 | | |
1017 | 1017 | | |
1018 | 1018 | | |
1019 | | - | |
| 1019 | + | |
1020 | 1020 | | |
1021 | 1021 | | |
1022 | 1022 | | |
| |||
0 commit comments