Change for NeuG RNG

This commit is contained in:
NIIBE Yutaka
2011-10-06 11:23:49 +09:00
parent 1ef7813a53
commit b1bb1354f8
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@
/*
* ADC driver system settings.
*/
#define USE_STM32_ADC1 FALSE
#define USE_STM32_ADC1 TRUE
#define STM32_ADC1_DMA_PRIORITY 3
#define STM32_ADC1_IRQ_PRIORITY 5
#define STM32_ADC1_DMA_ERROR_HOOK() chSysHalt()