1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Just a TODO to setup the RTC clock here, I've been through all the startup code and it seems great, only got up to the LEDs.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@76 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
dankers 2009-12-18 19:56:53 +00:00 committed by dankers
parent 38d98a26a6
commit 565eff7f00

View File

@ -49,6 +49,8 @@ void PIOS_SYS_Init(void)
/* Initialize Basic NVIC */
NVIC_Configuration();
//TODo: Setup system time
/* Initialize LEDs */
PIOS_LED_Init();