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

IAR preprocessor error and a nonexistent file #6

Closed vitkorob closed 8 years ago

vitkorob commented 8 years ago

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?

eldarkg commented 8 years ago

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

eldarkg commented 8 years ago

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

eldarkg commented 8 years ago

@vitkorob This is used in examples in doc repo.