Skip to content

Commit

Permalink
fixed doc comment and missing output field
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-sven committed Dec 11, 2024
1 parent a9210ec commit a6f6094
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/deltadore_x3d.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
*/
/**
/** @fn int deltadore_x3d_decode(r_device *decoder, bitbuffer_t *bitbuffer)
Decoder for DeltaDore X3D devices.
Note: work in progress
Expand Down Expand Up @@ -438,6 +438,7 @@ static const char *const output_fields[] = {
"msg_id",
"msg_no",
"temperature_C",
"temperature_type",
"wnd_stat",
"retry",
"transfer",
Expand Down

0 comments on commit a6f6094

Please sign in to comment.