Browse Source

Removed zero termination as a for constuct was used

sbg
David Sidrane 7 years ago committed by Beat Küng
parent
commit
a19fecad94
  1. 2
      src/drivers/camera_trigger/interfaces/src/gpio.h

2
src/drivers/camera_trigger/interfaces/src/gpio.h

@ -39,7 +39,7 @@ private: @@ -39,7 +39,7 @@ private:
GPIO_GPIO5_OUTPUT
};
uint32_t _triggers[arraySize(_gpios) + 1];
uint32_t _triggers[arraySize(_gpios)];
};
#endif /* ifdef __PX4_NUTTX */

Loading…
Cancel
Save