Skip to content

Commit

Permalink
Add MACRO at undef in nws
Browse files Browse the repository at this point in the history
  • Loading branch information
MSECode committed Oct 2, 2024
1 parent a79fa4e commit 4aa8774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bool FakeRawValuesPublisher::getRawDataMap(std::map<std::string, std::vector<std

bool FakeRawValuesPublisher::getRawData_core(std::string key, std::vector<std::int32_t> &data)
{
//HERe I need to be sure 100% the key exists!!!
//Here I need to be sure 100% the key exists!!!
// It must exists since the call is made while iterating over the map
data.clear();
for (uint8_t i = 0; i < m_rawValuesMetadataMap[key].size; i++)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace {
YARP_LOG_COMPONENT(RAWVALUESPUBLISHERSERVER, "iCub.debugLibrary.rawvaluespublisherserver")
}

#undef
#undef DEBUG_RAW_VALUES_MACRO

using namespace yarp::os;

Expand Down

0 comments on commit 4aa8774

Please sign in to comment.