Merge branch 'master'
[fw/altos] / src / drivers / ao_led.c
index b32034e7d3f2f0903a03751e7c8210ffc17462ef..009e9bc23e434cd8496cd5177eb62257c299c805 100644 (file)
@@ -20,7 +20,7 @@
 
 static const struct {
        void            *port;
-       uint16_t        pin;
+       uint8_t         pin;
 } ao_leds[] = {
 #ifdef LED_0_PORT
     [0] { LED_0_PORT, LED_0_PIN },