[examples] Consistently use 0 for controller port (#3496)

This commit is contained in:
liorsagy
2021-08-01 06:39:50 +03:00
committed by GitHub
parent 3838cc4ec4
commit 4a944dc397
25 changed files with 25 additions and 25 deletions

View File

@@ -15,5 +15,5 @@
*/
namespace OIConstants {
constexpr int kDriverControllerPort = 1;
constexpr int kDriverControllerPort = 0;
} // namespace OIConstants