eldarkg / emdr1986x-std-per-lib

Milandr MCU 1986x Standard Peripherals Library. Mirror:
https://code.launchpad.net/~eldar/emdr1986x-std-per-lib/+git/emdr1986x-std-per-lib
46 stars 29 forks source link

fixed names of `RST_CLK_RTC_CLOCK_HSE_SEL_XXX` consts #17

Closed in4lio closed 7 years ago

in4lio commented 7 years ago

Incorrect names follow from misprint in the specification, page 161:

1000 - RTCHSE = HSE _C2 / 2

must be:

1000 - RTCHSE = HSE / 2
eldarkg commented 7 years ago

@in4lio Thank you