Closed Amomum closed 6 years ago
There is an include of the MDR32F9Qx_board.h, which is not present in this repo and, I think, is totally unnecessary:
#if ((__CC_ARM == 0) || (__ARMCC_VERSION < 5000000)) #include "MDR32F9Qx_board.h" #endif
I guess it's legacy from the demo project.
@Amomum Look at issue #6
There is an include of the MDR32F9Qx_board.h, which is not present in this repo and, I think, is totally unnecessary:
I guess it's legacy from the demo project.