first cut at turnon scripts for EasyTimer v2
[fw/altos] / src / drivers / ao_led.c
index b32034e7d3f2f0903a03751e7c8210ffc17462ef..683d4aff7ea894ccb0ad1589f3df24332aa8a2c3 100644 (file)
@@ -19,8 +19,8 @@
 #include "ao.h"
 
 static const struct {
-       void            *port;
-       uint16_t        pin;
+       ao_gpio_t       port;
+       uint8_t         pin;
 } ao_leds[] = {
 #ifdef LED_0_PORT
     [0] { LED_0_PORT, LED_0_PIN },