Skip to content
Snippets Groups Projects
Commit db5e932f authored by Daniel Agar's avatar Daniel Agar
Browse files

delete unused GPIO_SET_ALT_3

parent 17e58dc0
No related branches found
No related tags found
No related merge requests found
......@@ -71,9 +71,6 @@
/** configure the board GPIOs in (arg) as inputs */
#define GPIO_SET_INPUT GPIOC(2)
/** configure the board GPIO (arg) for the third alternate function (if supported) */
#define GPIO_SET_ALT_3 GPIOC(5)
/** configure the board GPIO (arg) for the fourth alternate function (if supported) */
#define GPIO_SET_ALT_4 GPIOC(6)
......
......@@ -2910,7 +2910,6 @@ PX4FMU::gpio_ioctl(struct file *filp, int cmd, unsigned long arg)
ret = gpio_set_function(arg, cmd);
break;
case GPIO_SET_ALT_3:
case GPIO_SET_ALT_4:
ret = -EINVAL;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment