Skip to content

Commit

Permalink
fix: remove log message
Browse files Browse the repository at this point in the history
  • Loading branch information
arneboe committed Aug 24, 2023
1 parent 9ed5b01 commit 2456279
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rdm/responder.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ static int rdm_supported_params_response_cb(dmx_port_t dmx_num,

if (header->cc != RDM_CC_GET_COMMAND) {
//the supported params list is read-only
ESP_LOGE(TAG, "RDM_PID_SUPPORTED_PARAMETERS is read-only");
*pdl_out = rdm_pd_emplace_word(pd, RDM_NR_WRITE_PROTECT);
return RDM_RESPONSE_TYPE_NACK_REASON;
}
Expand Down

0 comments on commit 2456279

Please sign in to comment.