| commit | 9a069a55bd6a28598b9f9bafdd15056225ddf3b4 | [log] [tgz] |
|---|---|---|
| author | Thomas Stranger <thomas.stranger@student.tugraz.at> | Tue Dec 15 14:06:56 2020 |
| committer | Kumar Gala <kumar.gala@gmail.com> | Thu Feb 18 15:30:12 2021 |
| tree | e10f2c012b3cb9429a5f7da99fbc8f9928d5fc3d | |
| parent | 0cdf42926cf096a3d010e1afeac38cb4baf8098b [diff] |
stm32cube: add missing include guards for stm32g0xx_hal_hcd.h The content of stm32g0xx_hal_hcd.h should be included only on devices where the usb peripheral is available, but this is not the case in STM32CubeG0 v1.4.0 release. This commit fixes that issue. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>