rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
halconf.h
Go to the documentation of this file.
1/**
2 * @file boards/Prometheus/halconf.h
3 *
4 * @brief In this header we can override halconf.h.
5 *
6 * @date Apr 22, 2017
7 * @author andreika, (c) 2017
8 */
9
10#include "efifeatures.h"
11#include "mcuconf.h"
12#include "../../../hw_layer/ports/stm32/stm32f4/cfg/halconf.h"
13
14#ifndef _HALCONF_PROMETHEUS_H_
15#define _HALCONF_PROMETHEUS_H_
16
17#undef HAL_USE_SERIAL
18#define HAL_USE_SERIAL FALSE
19
20#endif /* _HALCONF_PROMETHEUS_H_ */