Skip to content

Commit cd09ca7

Browse files
authored
hotfix for latest master
latest master is not working since #597 ... this pr fixed a typo maked in #597
1 parent d3aeea0 commit cd09ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/flightlog_fields_presenter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ function FlightLogFieldPresenter() {
12421242
default:
12431243
return value.toFixed(0);
12441244
}
1245-
case 'ATTITUDE:
1245+
case 'ATTITUDE':
12461246
switch (fieldName) {
12471247
case 'debug[0]': // accADC X
12481248
case 'debug[1]': // accADC Y

0 commit comments

Comments
 (0)