2018-01-29 15:27:01 -08:00
|
|
|
/**
|
|
|
|
* @file boards/Prometheus/halconf.h
|
|
|
|
*
|
|
|
|
* @brief In this header we can override halconf.h.
|
|
|
|
*
|
|
|
|
* @date Apr 22, 2017
|
|
|
|
* @author andreika, (c) 2017
|
|
|
|
*/
|
2019-03-22 08:38:18 -07:00
|
|
|
|
|
|
|
#include "efifeatures.h"
|
2018-01-29 15:27:01 -08:00
|
|
|
#include "mcuconf.h"
|
2021-02-10 16:38:24 -08:00
|
|
|
#include "../../../hw_layer/ports/stm32/stm32f4/cfg/halconf.h"
|
2018-01-29 15:27:01 -08:00
|
|
|
|
|
|
|
#ifndef _HALCONF_PROMETHEUS_H_
|
|
|
|
#define _HALCONF_PROMETHEUS_H_
|
|
|
|
|
|
|
|
#undef HAL_USE_SERIAL
|
|
|
|
#define HAL_USE_SERIAL FALSE
|
|
|
|
|
|
|
|
#endif /* _HALCONF_PROMETHEUS_H_ */
|