Skip to content

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented May 28, 2024

fpistm added 2 commits May 28, 2024 11:39
Fixes stm32duino#2375.

Signed-off-by: Frederic Pillon <[email protected]>
When NDEBUG is defined and the _Error_Handler() is used
inside a function using function arguments.

Ex:
void dummy(char *file, uint32_t line) {
  _Error_Handler(file, line);
}

Signed-off-by: Frederic Pillon <[email protected]>
@fpistm fpistm added this to the 2.8.0 milestone May 28, 2024
@fpistm fpistm added the enhancement New feature or request label May 28, 2024
@fpistm fpistm merged commit f69757c into stm32duino:main May 28, 2024
@fpistm fpistm deleted the stm32_assert branch May 28, 2024 12:18
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
Development

Successfully merging this pull request may close these issues.

USE_FULL_ASSERT results in failed build due to missing stm32_assert.h
1 participant