rusefi-1/firmware/config/boards/f429-discovery/halconf.h

23 lines
481 B
C
Raw Normal View History

2021-06-26 23:06:57 -07:00
/**
* @file boards/f429-discovery/halconf.h
*
* @brief In this header we can override halconf.h.
2021-06-26 23:06:57 -07:00
*
* @date Jan 08, 2022
* @author Andrey Gusakov, 2022
2021-06-26 23:06:57 -07:00
*/
#ifndef _HALCONF_F429_H_
#define _HALCONF_F429_H_
2021-06-26 23:06:57 -07:00
/* this file is exist just to include mcuconf.h from THIS directory */
2021-06-26 23:06:57 -07:00
#include "mcuconf.h"
/* you can override some halconf defaults here */
2021-06-26 23:06:57 -07:00
#include "../../../hw_layer/ports/stm32/stm32f4/cfg/halconf.h"
2021-06-26 23:06:57 -07:00
#include "halconf_community.h"
#endif /* _HALCONF_F429_ */