Merge branch 'master' into branch-1.9
[fw/altos] / src / drivers / ao_led.c
index 009e9bc23e434cd8496cd5177eb62257c299c805..683d4aff7ea894ccb0ad1589f3df24332aa8a2c3 100644 (file)
@@ -19,7 +19,7 @@
 #include "ao.h"
 
 static const struct {
-       void            *port;
+       ao_gpio_t       port;
        uint8_t         pin;
 } ao_leds[] = {
 #ifdef LED_0_PORT