Skip to content
Snippets Groups Projects
Commit 624403f1 authored by Daniel Agar's avatar Daniel Agar Committed by Lorenz Meier
Browse files

astyle src/examples/hwtest

parent fa3b3df0
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ int ex_hwtest_main(int argc, char *argv[])
orb_advert_t actuator_pub_ptr = orb_advertise(ORB_ID(actuator_controls_0), &actuators);
struct actuator_armed_s arm;
memset(&arm, 0 , sizeof(arm));
memset(&arm, 0, sizeof(arm));
arm.timestamp = hrt_absolute_time();
arm.ready_to_arm = true;
......
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