fome-fw/firmware/config/boards/prometheus/halconf.h

21 lines
418 B
C
Raw Normal View History

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
*/
#include "efifeatures.h"
2018-01-29 15:27:01 -08:00
#include "mcuconf.h"
#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_ */