remove hint at non-existent example

This commit is contained in:
Ludwig Ortmann 2014-02-11 19:02:41 +01:00
parent e67aefa112
commit 4eeeb42c4b

View File

@ -22,14 +22,8 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* *
* Multiplexer and interrupt handling must be implemented platform specific. * 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 * @file
* @brief GPIO IRQ Multiplexer interface * @brief GPIO IRQ Multiplexer interface
* *