chcrtlib.c fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6639 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
0837d7958c
commit
e4828a13e5
|
@ -36,8 +36,8 @@
|
|||
#if (defined(STM32F4XX) || defined(STM32F2XX) || defined(STM32L1XX) || \
|
||||
defined(STM32F30X) || defined(STM32F37X) || \
|
||||
defined(STM32F1XX) || defined(STM32F10X_MD) || defined(STM32F10X_LD) || \
|
||||
defined(STM32F10X_HD) || defined(STM32F0XX) || defined(LPC122X) || \
|
||||
defined(__DOXYGEN__))
|
||||
defined(STM32F10X_HD) || defined(STM32F10X_CL) || defined(STM32F0XX) || \
|
||||
defined(LPC122X) || defined(__DOXYGEN__))
|
||||
#if STM32_RTC_IS_CALENDAR
|
||||
/**
|
||||
* @brief Converts from STM32 BCD to canonicalized time format.
|
||||
|
|
Loading…
Reference in New Issue