Private
Public Access
2
0

internal: remove un-implmented function prototype

Left over from earlier version of mraa.

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-11-06 18:02:19 +00:00
parent 5d7c85c7a1
commit d1f9e98060

View File

@@ -53,14 +53,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.
*