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
46 stars 29 forks source link

Added extern "C" in MDR32F9Qx_config.h #33

Closed Amomum closed 6 years ago

Amomum commented 6 years ago

Without it the user would have to wrap his definition of assert_failed in the extern "C" and that's not very good.

eldarkg commented 6 years ago

@Amomum Thank you