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:
Harald Welte
2017-02-27 23:14:16 +01:00
parent 96e62a4664
commit 964f509f59
2 changed files with 3 additions and 286 deletions

View File

@@ -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.