Minor nitpick

This commit is contained in:
SimoneN64
2024-09-26 11:07:02 +02:00
parent 521cd7c2e0
commit 3d72d28e3d
2 changed files with 1 additions and 3 deletions

View File

@@ -47,4 +47,4 @@ struct Scheduler {
u8 index = 0;
};
extern Scheduler scheduler;
inline Scheduler scheduler;