[Timcap/Eeprom] Removing ch.h dependencies.
This commit is contained in:
parent
c09968f967
commit
11e949d81b
|
@ -29,7 +29,6 @@
|
||||||
#ifndef HAL_EEPROM_H_
|
#ifndef HAL_EEPROM_H_
|
||||||
#define HAL_EEPROM_H_
|
#define HAL_EEPROM_H_
|
||||||
|
|
||||||
#include "ch.h"
|
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
|
|
||||||
#ifndef EEPROM_USE_EE25XX
|
#ifndef EEPROM_USE_EE25XX
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
#ifndef HAL_TIMCAP_H_
|
#ifndef HAL_TIMCAP_H_
|
||||||
#define HAL_TIMCAP_H_
|
#define HAL_TIMCAP_H_
|
||||||
|
|
||||||
#include "ch.h"
|
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
|
|
||||||
#if (HAL_USE_TIMCAP == TRUE) || defined(__DOXYGEN__)
|
#if (HAL_USE_TIMCAP == TRUE) || defined(__DOXYGEN__)
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ch.h"
|
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
|
|
||||||
#if HAL_USE_TIMCAP || defined(__DOXYGEN__)
|
#if HAL_USE_TIMCAP || defined(__DOXYGEN__)
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
#ifndef HAL_TIMCAP_LLD_H_
|
#ifndef HAL_TIMCAP_LLD_H_
|
||||||
#define HAL_TIMCAP_LLD_H_
|
#define HAL_TIMCAP_LLD_H_
|
||||||
|
|
||||||
#include "ch.h"
|
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "stm32_tim.h"
|
#include "stm32_tim.h"
|
||||||
|
|
||||||
|
|
|
@ -167,7 +167,7 @@
|
||||||
* @brief Enables the WDG subsystem.
|
* @brief Enables the WDG subsystem.
|
||||||
*/
|
*/
|
||||||
#if !defined(HAL_USE_WDG) || defined(__DOXYGEN__)
|
#if !defined(HAL_USE_WDG) || defined(__DOXYGEN__)
|
||||||
#define HAL_USE_WDG TRUE
|
#define HAL_USE_WDG FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
Loading…
Reference in New Issue