Skip to content

Purpose of 'modm_weak' on AVR ADC ISR? #868

Answered by salkinium
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

That's just a bug 😬.

I guess the intention was to let the application overwrite the library definitions, but that does not work since the library is already overwriting the GCC-provided linkerscript, which defines the interrupts as weakly linked already.
So somewhere there needs to be a strongly linked definitions or it doesn't get linked.

Do you want to open a PR with the modm_weak removed?

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ghost
Comment options

@salkinium
Comment options

@salkinium
Comment options

@ghost
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant