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

This commit is contained in:
gdisirio 2014-01-01 16:41:09 +00:00
parent 393ad31a3c
commit 2c171a77fa
1 changed files with 1 additions and 1 deletions

View File

@ -796,7 +796,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
/**