Skip to content
Snippets Groups Projects
Commit a19fecad authored by David Sidrane's avatar David Sidrane Committed by Beat Küng
Browse files

Removed zero termination as a for constuct was used

parent 3e0928d9
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ private:
GPIO_GPIO5_OUTPUT
};
uint32_t _triggers[arraySize(_gpios) + 1];
uint32_t _triggers[arraySize(_gpios)];
};
#endif /* ifdef __PX4_NUTTX */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment