Skip to content

Commit

Permalink
fix spelling of MESH_NOMASTER in RF24Mesh.cpp
Browse files Browse the repository at this point in the history
this is a follow up to #244
  • Loading branch information
2bndy5 committed Jun 20, 2024
1 parent 2fb4d25 commit a8c63bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RF24Mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ bool ESBMesh<network_t, radio_t>::releaseAddress()

/*****************************************************/

#ifndef MESH_NO_MASTER
#ifndef MESH_NOMASTER
template<class network_t, class radio_t>
bool ESBMesh<network_t, radio_t>::releaseAddress(uint16_t address)
{
Expand Down

0 comments on commit a8c63bc

Please sign in to comment.