1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

comments update to reflect where the delay defines are (board.h)

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@126 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
dankers 2009-12-24 22:25:34 +00:00 committed by dankers
parent a1ca5c5e67
commit 3614685969

View File

@ -36,9 +36,9 @@
* This is called from pios.c as part of the main() function
* at system start up.
*
* We use TIM8 for this on Hardware V1. Can be changed
* We use TIM7 for this on Hardware V1. Can be changed
* with PIOS_DELAY_TIMER and PIOS_DELAY_TIMER_RCC the
* pios_config.h file.
* board_config.h file.
*
* \return < 0 if initialisation failed
*/