counter: stm32 rtc: fix indentations
Fix indentations of the API definition. Signed-off-by: Dawid Niedzwiecki <dawidn@google.com>
This commit is contained in:
parent
16370a259a
commit
c7d779f6e2
1 changed files with 8 additions and 8 deletions
|
@ -519,14 +519,14 @@ static const struct rtc_stm32_config rtc_config = {
|
||||||
|
|
||||||
|
|
||||||
static const struct counter_driver_api rtc_stm32_driver_api = {
|
static const struct counter_driver_api rtc_stm32_driver_api = {
|
||||||
.start = rtc_stm32_start,
|
.start = rtc_stm32_start,
|
||||||
.stop = rtc_stm32_stop,
|
.stop = rtc_stm32_stop,
|
||||||
.get_value = rtc_stm32_get_value,
|
.get_value = rtc_stm32_get_value,
|
||||||
.set_alarm = rtc_stm32_set_alarm,
|
.set_alarm = rtc_stm32_set_alarm,
|
||||||
.cancel_alarm = rtc_stm32_cancel_alarm,
|
.cancel_alarm = rtc_stm32_cancel_alarm,
|
||||||
.set_top_value = rtc_stm32_set_top_value,
|
.set_top_value = rtc_stm32_set_top_value,
|
||||||
.get_pending_int = rtc_stm32_get_pending_int,
|
.get_pending_int = rtc_stm32_get_pending_int,
|
||||||
.get_top_value = rtc_stm32_get_top_value,
|
.get_top_value = rtc_stm32_get_top_value,
|
||||||
};
|
};
|
||||||
|
|
||||||
DEVICE_DT_INST_DEFINE(0, &rtc_stm32_init, NULL,
|
DEVICE_DT_INST_DEFINE(0, &rtc_stm32_init, NULL,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue