Private
Public Access
2
0

gpio: all gpio enums prefixed with _mraa

Enum C types for gpio where not all prefixed with mraa correctly, now fixed

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2015-06-30 14:46:26 +01:00
parent 5ccd7a675f
commit f080a74497
7 changed files with 31 additions and 31 deletions

View File

@@ -48,7 +48,7 @@ main()
mraa_gpio_dir(x, MRAA_GPIO_IN);
gpio_edge_t edge = MRAA_GPIO_EDGE_BOTH;
mraa_gpio_edge_t edge = MRAA_GPIO_EDGE_BOTH;
mraa_gpio_isr(x, edge, &interrupt, NULL);