git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6587 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2014-01-01 16:41:10 +00:00
parent 96eb6db519
commit 7f29ac09c7
1 changed files with 1 additions and 1 deletions

View File

@ -802,7 +802,7 @@
/* ADC minimum frequency check.*/
#if STM32_ADCCLK < STM32_ADCCLK_MIN
#error "STM32_ADCCLK exceeding maximum frequency (STM32_ADCCLK_MIN)"
#error "STM32_ADCCLK exceeding minimum frequency (STM32_ADCCLK_MIN)"
#endif
/**