Revision 83e94d4b modules/STM32L476RG-NUCLEO64/module.c

View differences:

modules/STM32L476RG-NUCLEO64/module.c
85 85
  /* GPIO */ &_gpioUserButton,
86 86
  /* meta */ {
87 87
    /* direction      */ APAL_GPIO_DIRECTION_INPUT,
88
    /* active state   */ APAL_GPIO_ACTIVE_HIGH,
88
    /* active state   */ APAL_GPIO_ACTIVE_LOW,
89 89
    /* interrupt edge */ APAL_GPIO_EDGE_BOTH,
90 90
  },
91 91
};

Also available in: Unified diff