Revision 8547080b modules/DiWheelDrive_1-1/module.c

View differences:

modules/DiWheelDrive_1-1/module.c
156 156
 */
157 157
static apalGpio_t _gpioPowerEn = {
158 158
  /* port */ GPIOB,
159
  /* pad  */  GPIOB_POWER_EN,
159
  /* pad  */ GPIOB_POWER_EN,
160 160
};
161 161
ROMCONST apalControlGpio_t moduleGpioPowerEn = {
162 162
  /* GPIO */ &_gpioPowerEn,

Also available in: Unified diff