1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-21 12:33:49 +01:00

Merge pull request #682 from LudwigOrtmann/gpioint-example

remove hint at non-existent example
This commit is contained in:
Kaspar Schleiser 2014-02-12 00:16:25 +01:00
commit 03a13a3752

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
* *