mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
reverted back changes to function signature of serial rx callback func
This commit is contained in:
@@ -54,6 +54,8 @@ short CursorColor(int fg)
|
||||
return (COLOR_YELLOW);
|
||||
case 7: /* 111 */
|
||||
return (COLOR_WHITE);
|
||||
default:
|
||||
return COLOR_BLACK;
|
||||
}
|
||||
}
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user