From d1f9e980605c534d0aeb2faff63c1b9a4036c3e7 Mon Sep 17 00:00:00 2001 From: Thomas Ingleby Date: Thu, 6 Nov 2014 18:02:19 +0000 Subject: [PATCH] internal: remove un-implmented function prototype Left over from earlier version of mraa. Signed-off-by: Thomas Ingleby --- include/mraa_internal.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/mraa_internal.h b/include/mraa_internal.h index f301bed..22c4ad5 100644 --- a/include/mraa_internal.h +++ b/include/mraa_internal.h @@ -54,14 +54,6 @@ mraa_result_t mraa_setup_mux_mapped(mraa_pin_t meta); mraa_mmap_pin_t* mraa_setup_mmap_gpio(int pin); /** - * Swap Directional mode. - * - * @param pin physical pin to operate on - * @return out direction to setup. 1 for output 0 for input - */ -mraa_result_t mraa_swap_complex_gpio(int pin, int out); - -/** * Setup uart muxes to exposes the pins physically. * * @param index of the uart in the board definition to expose physically -- 2.7.4