mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ba3088c4bd
into separate patch files
17 lines
368 B
Diff
17 lines
368 B
Diff
*** stock_iot-lab_M3/openwsn/Systick.c Thu Apr 24 11:19:39 2014
|
|
--- riot-openwsn-wip/openwsn/Systick.c Thu Apr 24 16:53:31 2014
|
|
***************
|
|
*** 0 ****
|
|
--- 1,11 ----
|
|
+ #include "stm32f10x_lib.h"
|
|
+
|
|
+ unsigned char systik_i;
|
|
+ unsigned char rtc_sig=1,rtc_play;
|
|
+
|
|
+ void SysTickHandler(void);
|
|
+
|
|
+ void OpenWSN_SysTick_Config(void)
|
|
+ {
|
|
+ SysTick_Config(9000000);
|
|
+ }
|