Skip to content

Commit 4160b3f

Browse files
committed
Trailing comma in JSON file
1 parent 7d3d7d1 commit 4160b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/telemetry/telemetry_packet.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"x": { "1": { "7": "angular_velocity.x" } },
3030
"y": { "1": { "7": "angular_velocity.y" } },
3131
"z": { "1": { "7": "angular_velocity.z" } },
32-
"magnitude": { "1": { "7": "angular_velocity.magnitude" } },
32+
"magnitude": { "1": { "7": "angular_velocity.magnitude" } }
3333
},
3434
"humidity": {
3535
"percentage": { "1": { "8": "percentage" } }

0 commit comments

Comments
 (0)