Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit 780d707

Browse files
committed
fix compiler errors
1 parent f9f7355 commit 780d707

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/system/startup.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@
1313
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
1414
*/
1515

16+
#include "pros/competition.hpp"
1617
#include "pros/rtos.hpp"
17-
#include "src/competition.hpp"
1818
#include "v5_api_patched.h"
1919

2020
#include <cstdint>
2121
#include <cstdio>
2222
#include <cstdlib>
2323
#include <sys/unistd.h>
2424

25+
2526
extern "C" {
2627
// Initialization routines provided elsewhere
2728
void rtos_initialize();

0 commit comments

Comments
 (0)