[Timcap/Eeprom] Removing ch.h dependencies.

This commit is contained in:
Fabien Poussin 2017-02-06 13:32:36 +01:00
parent c09968f967
commit 11e949d81b
5 changed files with 1 additions and 5 deletions

View File

@ -29,7 +29,6 @@
#ifndef HAL_EEPROM_H_
#define HAL_EEPROM_H_
#include "ch.h"
#include "hal.h"
#ifndef EEPROM_USE_EE25XX

View File

@ -29,7 +29,6 @@
#ifndef HAL_TIMCAP_H_
#define HAL_TIMCAP_H_
#include "ch.h"
#include "hal.h"
#if (HAL_USE_TIMCAP == TRUE) || defined(__DOXYGEN__)

View File

@ -31,7 +31,6 @@
* @{
*/
#include "ch.h"
#include "hal.h"
#if HAL_USE_TIMCAP || defined(__DOXYGEN__)

View File

@ -25,7 +25,6 @@
#ifndef HAL_TIMCAP_LLD_H_
#define HAL_TIMCAP_LLD_H_
#include "ch.h"
#include "hal.h"
#include "stm32_tim.h"

View File

@ -167,7 +167,7 @@
* @brief Enables the WDG subsystem.
*/
#if !defined(HAL_USE_WDG) || defined(__DOXYGEN__)
#define HAL_USE_WDG TRUE
#define HAL_USE_WDG FALSE
#endif
/*===========================================================================*/