allow outside access to RtcHandle

pull/1179/head
U-owner-PC\owner 2015-06-11 18:14:52 -07:00
parent 81af347389
commit d3ff0f24bc
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
static int rtc_inited = 0;
static RTC_HandleTypeDef RtcHandle;
RTC_HandleTypeDef RtcHandle;
void rtc_init(void)
{