Skip to content

Added _Error_Handler(const char *, int) #164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 30, 2017

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Nov 30, 2017

Allow to use the SystemClock_Config() from STM32CubeMX without any change.
It could be redefined by user at sketch level (weak)

extern "C" void _Error_Handler(const char * file, int line)
{
...
}

Fix #66

Allow to use the SystemClock_Config() from STM32CubeMX without any change.
It could be redefined by user at sketch level (weak)

extern "C" void _Error_Handler(const char * file, int line)
{
...
}

Fix stm32duino#66

Signed-off-by: Frederic.Pillon <[email protected]>
@fpistm fpistm added the enhancement New feature or request label Nov 30, 2017
@fpistm fpistm added this to the Next release milestone Nov 30, 2017
@fpistm fpistm self-assigned this Nov 30, 2017
@fpistm fpistm requested a review from a user November 30, 2017 10:51
@fpistm fpistm merged commit d09167f into stm32duino:master Nov 30, 2017
@fpistm fpistm deleted the error_handler branch November 30, 2017 13:02
benwaffle pushed a commit to benwaffle/Arduino_Core_STM32 that referenced this pull request Apr 10, 2019
Added _Error_Handler(const char *, int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant