Revision e1a164f4

View differences:

bootloader/AMiRo-BLT
1
Subproject commit 9ed9243fd517981d98d60a266f762b8b60d650b5
1
Subproject commit ac7f321b42b0be1e3a7965b415befde5b04a57bc
modules/DiWheelDrive_1-1/module.h
191 191
/**
192 192
 * @brief   Interrupt channel for the SYS_PD signal.
193 193
 */
194
#define MODULE_GPIO_EXTCHANNEL_SYSPD            ((expchannel_t)7)
194
#define MODULE_GPIO_EXTCHANNEL_SYSPD            ((expchannel_t)8)
195 195

  
196 196
/**
197 197
 * @brief   Interrupt channel for the SYS_REG_EN signal.
198 198
 */
199
#define MODULE_GPIO_EXTCHANNEL_SYSREGEN         ((expchannel_t)8)
199
#define MODULE_GPIO_EXTCHANNEL_SYSREGEN         ((expchannel_t)9)
200 200

  
201 201
/**
202 202
 * @brief   Interrupt channel for the IR_INT signal.

Also available in: Unified diff