Skip to content

Commit

Permalink
Fix a lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Apr 12, 2024
1 parent af117de commit 1c8e4ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/acn/E133StatusHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ string RPTStatusCodeToString(RPTStatusVector rpt_status_code) {

bool RPTStatusCodeToRDMStatusCode(RPTStatusVector rpt_status_code,
RDMStatusCode *rdm_status_code) {
// TODO(Peter): Fill in the gaps, possibly adding other RDMStatusCodes if required
// TODO(Peter): Fill in the gaps, possibly adding additional RDMStatusCodes
// if required
switch (rpt_status_code) {
// case ola::acn::VECTOR_RPT_STATUS_UNKNOWN_RPT_UID:
// *rdm_status_code = ola::rdm::;
Expand Down

0 comments on commit 1c8e4ed

Please sign in to comment.