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

Added delay #defines to compile time config file.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@117 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
dankers 2009-12-24 02:44:20 +00:00 committed by dankers
parent 48765a74ca
commit 6c2d90cd11

View File

@ -35,6 +35,11 @@
#define LOG_FILENAME "pios.log"
/* Timer to use for Delay Functions */
#define PIOS_DELAY_TIMER TIM8
#define PIOS_DELAY_TIMER_RCC RCC_APB2Periph_TIM8
/* Defaults for MinIni */
#define SETTINGS_FILE "Settings.ini"