diff --git a/drivers/include/gpioint.h b/drivers/include/gpioint.h index 26421b0157..644c90d775 100644 --- a/drivers/include/gpioint.h +++ b/drivers/include/gpioint.h @@ -22,14 +22,8 @@ and Telematics group (http://cst.mi.fu-berlin.de). * * Multiplexer and interrupt handling must be implemented platform specific. * - * See gpioint-example.c for an example of how to use gpioint. - * * @{ * - * @example gpioint-example.c - * This example shows how to setup an interrupt handler for a GPIO pin - * without using the HAL. - * * @file * @brief GPIO IRQ Multiplexer interface *