Removed redundant checks.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14311 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
ffe54e9023
commit
5aa08e0ab4
|
@ -623,21 +623,6 @@
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
|
||||||
* Board files sanity checks.
|
|
||||||
*/
|
|
||||||
#if !defined(STM32_LSECLK)
|
|
||||||
#error "STM32_LSECLK not defined in board.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !defined(STM32_LSEDRV)
|
|
||||||
#error "STM32_LSEDRV not defined in board.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !defined(STM32_HSECLK)
|
|
||||||
#error "STM32_HSECLK not defined in board.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Voltage related limits.*/
|
/* Voltage related limits.*/
|
||||||
#if (STM32_VOS == STM32_VOS_RANGE1) || defined(__DOXYGEN__)
|
#if (STM32_VOS == STM32_VOS_RANGE1) || defined(__DOXYGEN__)
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -811,21 +811,6 @@
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
|
||||||
* Board files sanity checks.
|
|
||||||
*/
|
|
||||||
#if !defined(STM32_LSECLK)
|
|
||||||
#error "STM32_LSECLK not defined in board.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !defined(STM32_LSEDRV)
|
|
||||||
#error "STM32_LSEDRV not defined in board.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !defined(STM32_HSECLK)
|
|
||||||
#error "STM32_HSECLK not defined in board.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Voltage related limits.*/
|
/* Voltage related limits.*/
|
||||||
#if (STM32_VOS == STM32_VOS_RANGE1) || defined(__DOXYGEN__)
|
#if (STM32_VOS == STM32_VOS_RANGE1) || defined(__DOXYGEN__)
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -753,21 +753,6 @@
|
||||||
#error "Using a wrong mcuconf.h file, STM32L4A6_MCUCONF not defined"
|
#error "Using a wrong mcuconf.h file, STM32L4A6_MCUCONF not defined"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
|
||||||
* Board files sanity checks.
|
|
||||||
*/
|
|
||||||
#if !defined(STM32_LSECLK)
|
|
||||||
#error "STM32_LSECLK not defined in board.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !defined(STM32_LSEDRV)
|
|
||||||
#error "STM32_LSEDRV not defined in board.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !defined(STM32_HSECLK)
|
|
||||||
#error "STM32_HSECLK not defined in board.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Voltage related limits.*/
|
/* Voltage related limits.*/
|
||||||
#if (STM32_VOS == STM32_VOS_RANGE1) || defined(__DOXYGEN__)
|
#if (STM32_VOS == STM32_VOS_RANGE1) || defined(__DOXYGEN__)
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue