Skip to content

Commit

Permalink
fix read only for paddle
Browse files Browse the repository at this point in the history
  • Loading branch information
p-h-a-i-l committed Dec 25, 2019
1 parent 9f17568 commit 4a09007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocolFunctions.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void fn_customPing ( PROTOCOL_STAT *s, PARAMSTAT *param, unsigned char cmd, PROT
// Variable & Functions for 0x__ Paddelparameters

PARAMSTAT paddelParameters =
{ 0x70, "PaddelParametes", NULL, UI_NONE, NULL, 0, fn_defaultProcessingReadOnly };
{ 0x70, "PaddelParametes", NULL, UI_NONE, NULL, 0, fn_defaultProcessing };

////////////////////////////////////////////////////////////////////////////////////////////
// initialize protocol and register functions
Expand Down

0 comments on commit 4a09007

Please sign in to comment.