eldarkg / emdr1986x-std-per-lib

Milandr MCU 1986x Standard Peripherals Library. Mirror:

Home Page:https://code.launchpad.net/~eldar/emdr1986x-std-per-lib/+git/emdr1986x-std-per-lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IAR preprocessor error and a nonexistent file

vitkorob opened this issue · comments

There is code in the file MDR32F9Qx_config.h:

#if ((__CC_ARM == 0) || (__ARMCC_VERSION < 5000000))
    #include "MDR32F9Qx_board.h"
#endif

I think should remove or somehow modify this code. My reasons below.

I'm using IAR and I have an annoying problem with this code. What is your opinion?

@vitkorob Hello.
I don't usage this lines too.
But someone maybe use this code to define board configs (like USE_MDR1986VE9x)

@vitkorob I don't sure about correct checking of predefined macros