Skip to content

Commit

Permalink
Fix of PR #349 for problem related to POS service (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSECode authored Mar 8, 2023
1 parent efeffaa commit b469e15
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@
{
return eores_NOK_generic;
}

extern eObool_t eo_pos_isAlive(EOthePOS *p)
{
return eobool_false;
}


#elif !defined(EOTHESERVICES_disable_thePOS)
Expand Down

0 comments on commit b469e15

Please sign in to comment.