2021-02-06 10:50:34 -08:00
|
|
|
/**
|
|
|
|
* @file boards/subarue_eg33/halconf.h
|
|
|
|
*
|
|
|
|
* @brief In this header we can override halconf.h.
|
|
|
|
*
|
|
|
|
* @date Feb 06, 2021
|
|
|
|
* @author Andrey Gusakov, 2021
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _HALCONF_SUBARUEG33_H_
|
|
|
|
#define _HALCONF_SUBARUEG33_H_
|
|
|
|
|
2021-02-18 15:18:13 -08:00
|
|
|
/* this file is exist just to include mcuconf.h from THIS directory */
|
|
|
|
#include "mcuconf.h"
|
2021-02-06 10:50:34 -08:00
|
|
|
|
2021-08-14 06:36:08 -07:00
|
|
|
#define HAL_USE_WSPI TRUE
|
|
|
|
|
2021-02-18 15:18:13 -08:00
|
|
|
#include "../../../hw_layer/ports/stm32/stm32f7/cfg/halconf.h"
|
2021-02-06 10:50:34 -08:00
|
|
|
|
|
|
|
#endif /* _HALCONF_SUBARUEG33_H_ */
|