diff --git a/src/autons.cpp b/src/autons.cpp index 73c0651..2add49a 100644 --- a/src/autons.cpp +++ b/src/autons.cpp @@ -193,4 +193,4 @@ void interfered_example() { // . . . // Make your own autonomous functions here! -// . . . \ No newline at end of file +// . . . diff --git a/src/main.cpp b/src/main.cpp index 6f4610f..1292253 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,7 +2,7 @@ using namespace ez; -Drive chassis ( +Drive chassis( {-11, -18, 20}, // Left motor ports. {1,8 ,-10}, // Right motor ports. 7, // IMU port.