eldarkg / emdr1986x-std-per-lib

Milandr MCU 1986x Standard Peripherals Library. Mirror:
https://code.launchpad.net/~eldar/emdr1986x-std-per-lib/+git/emdr1986x-std-per-lib
47 stars 28 forks source link

Unnecessary include for non-Keil compilers in MDR32F9Qx_config.h #32

Closed Amomum closed 6 years ago

Amomum commented 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.

eldarkg commented 6 years ago

@Amomum Look at issue #6