[bsp/stm32] Add C++ Support

This commit is contained in:
Chenxuan Zhao 2020-09-04 07:59:37 +08:00
parent 53e4b9d515
commit 1ca8a956cc
2 changed files with 2 additions and 2 deletions

View File

@ -23,4 +23,4 @@ rt_err_t stm32_qspi_bus_attach_device(const char *bus_name, const char *device_n
}
#endif
#endif
#endif /* __DRV_QSPI_H__ */

View File

@ -67,4 +67,4 @@ struct stm32_spi
struct rt_spi_bus spi_bus;
};
#endif /*__DRV_SPI_H_ */
#endif /*__DRV_SPI_H__ */