get rid of strings

This commit is contained in:
J. Nick Koston 2023-06-07 09:23:45 -05:00
parent 9fa7bea990
commit 7abcece4ba
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ namespace ratgdo {
switch (state) {
case OBSTRUCTION_STATE_CLEAR:
return "CLEAR";
case OBSTRUCTION_STATE_DETECTED:
return "DETECTED";
case OBSTRUCTION_STATE_OBSTRUCTED:
return "OBSTRUCTED";
case OBSTRUCTION_STATE_UNKNOWN:
default:
return "UNKNOWN";