merge waveshare to h7 family

This commit is contained in:
hathach
2021-08-19 17:27:53 +07:00
parent 3a248951e2
commit a9279ece33
7 changed files with 472 additions and 48 deletions
@@ -127,6 +127,11 @@ static inline void board_stm32h7_clock_init(void)
HAL_EnableCompensationCell();
}
static inline void board_stm32h7_post_init(void)
{
// For this board does nothing
}
#ifdef __cplusplus
}
#endif