Skip to content

Commit 8dd1652

Browse files
Svein Kristian Rougsetheldruin
authored andcommitted
Fix AN4759 link
1 parent 6fe074f commit 8dd1652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rtc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Interface to the real time clock. See STM32F303 reference manual, section 27.
22
//! For more details, see
3-
//! [ST AN4759](https:/www.st.com%2Fresource%2Fen%2Fapplication_note%2Fdm00226326-using-the-hardware-realtime-clock-rtc-and-the-tamper-management-unit-tamp-with-stm32-microcontrollers-stmicroelectronics.pdf&usg=AOvVaw3PzvL2TfYtwS32fw-Uv37h)
3+
//! [ST AN4759](https://www.st.com/resource/en/application_note/an4759-using-the-hardware-realtime-clock-rtc-and-the-tamper-management-unit-tamp-with-stm32-microcontrollers-stmicroelectronics.pdf)
44
55
use crate::pac::rtc::{dr, tr};
66
use crate::pac::{PWR, RCC, RTC};

0 commit comments

Comments
 (0)