Rev 56 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 56 | Rev 61 | ||
---|---|---|---|
Line 24... | Line 24... | ||
24 | 24 | ||
25 | #ifdef USE_FULL_ASSERT |
25 | #ifdef USE_FULL_ASSERT |
26 | #include "stm32_assert.h" |
26 | #include "stm32_assert.h" |
27 | #else |
27 | #else |
28 | #define assert_param(expr) ((void)0U) |
28 | #define assert_param(expr) ((void)0U) |
29 | #endif |
29 | #endif/* USE_FULL_ASSERT */ |
30 | 30 | ||
31 | /** @addtogroup STM32L1xx_LL_Driver |
31 | /** @addtogroup STM32L1xx_LL_Driver |
32 | * @{ |
32 | * @{ |
33 | */ |
33 | */ |
34 | 34 |