diff options
Diffstat (limited to 'src/drivers/ti')
-rw-r--r-- | src/drivers/ti/tps65913/tps65913rtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ti/tps65913/tps65913rtc.c b/src/drivers/ti/tps65913/tps65913rtc.c index 0c19b160bf..b25fe3590f 100644 --- a/src/drivers/ti/tps65913/tps65913rtc.c +++ b/src/drivers/ti/tps65913/tps65913rtc.c @@ -29,7 +29,7 @@ enum TPS65913_RTC_REG { TPS65913_WEEKS_REG = 0x06, TPS65913_RTC_CTRL_REG = 0x10, TPS65913_RTC_STATUS_REG = 0x11, - TPS65913_RTC_INTERRUPS_REG = 0x12, + TPS65913_RTC_INTERRUPTS_REG = 0x12, }; enum { |