mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-23 08:48:35 +03:00
remove pio_capture, we don't use it
As it registers a non-weak exception handler, it consumes memory in every build
This commit is contained in:
@@ -83,9 +83,9 @@ static uint32_t _dwNumSources = 0;
|
||||
* \brief Stub, to handling all PIO Capture interrupts, if not defined.
|
||||
*/
|
||||
/*----------------------------------------------------------------------------*/
|
||||
//extern WEAK void PIO_CaptureHandler( void )
|
||||
//{
|
||||
//}
|
||||
extern WEAK void PIO_CaptureHandler( void )
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* \brief Handles all interrupts on the given PIO controller.
|
||||
|
||||
Reference in New Issue
Block a user