From 3614685969dbd3a0e7583a5659bce043c195de71 Mon Sep 17 00:00:00 2001 From: dankers Date: Thu, 24 Dec 2009 22:25:34 +0000 Subject: [PATCH] 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 --- flight/PiOS/STM32F10x/pios_delay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flight/PiOS/STM32F10x/pios_delay.c b/flight/PiOS/STM32F10x/pios_delay.c index 306ff63f0..4f9c29642 100644 --- a/flight/PiOS/STM32F10x/pios_delay.c +++ b/flight/PiOS/STM32F10x/pios_delay.c @@ -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 */