Skip to content

Commit

Permalink
Fix NRFConnect build. (#25156)
Browse files Browse the repository at this point in the history
There is no EMBER_MANY_TO_ONE_BINDING.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Jun 28, 2023
1 parent 0a4c852 commit 1765506
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/light-switch-app/nrfconnect/main/BindingHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,6 @@ void BindingHandler::PrintBindingTable()
case EMBER_UNUSED_BINDING:
LOG_INF("[%d] UNUSED", i++);
break;
case EMBER_MANY_TO_ONE_BINDING:
LOG_INF("[%d] MANY TO ONE", i++);
break;
default:
break;
}
Expand Down

0 comments on commit 1765506

Please sign in to comment.