drivers: serial: msp432p4xx: remove unused sys_clk_freq
The variable is not used by the driver, so there is no need to initialize it. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
8e26bfcca2
commit
14dda3af08
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ static void uart_msp432p4xx_isr(const struct device *dev);
|
|||
|
||||
static const struct uart_device_config uart_msp432p4xx_dev_cfg_0 = {
|
||||
.base = (void *)DT_INST_REG_ADDR(0),
|
||||
.sys_clk_freq = DT_INST_PROP_BY_PHANDLE(0, clocks, clock_frequency),
|
||||
};
|
||||
|
||||
static struct uart_msp432p4xx_dev_data_t uart_msp432p4xx_dev_data_0 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue