From 4eeeb42c4b9931acb54de569519a14b6ce9b841c Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Tue, 11 Feb 2014 19:02:41 +0100 Subject: [PATCH] remove hint at non-existent example --- drivers/include/gpioint.h | 6 ------ 1 file changed, 6 deletions(-) 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 *