Removed zero termination as a for constuct was used

This commit is contained in:
David Sidrane
2018-06-15 04:44:05 -10:00
committed by Beat Küng
parent 3e0928d9ea
commit a19fecad94

View File

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