1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/openwsn/patches/rcc.h.patch
2014-05-14 15:06:50 +02:00

27 lines
673 B
Diff

*** stock_iot-lab_M3/openwsn/rcc.h Thu Apr 24 11:19:40 2014
--- riot-openwsn-wip/openwsn/rcc.h Thu Apr 24 16:55:54 2014
***************
*** 0 ****
--- 1,20 ----
+ /**
+ \brief openmoteSTM32 definition of the RCC.
+
+ \author Chang Tengfei <tengfei.chang@gmail.com>, July 2012.
+ */
+
+ #ifndef __RCC_H
+ #define __RCC_H
+
+ //=========================== defines =========================================
+
+ //=========================== variables =======================================
+
+ //=========================== prototypes ======================================
+
+ void RCC_Configuration(void);
+
+ void RCC_Wakeup(void);
+
+ #endif
\ No newline at end of file