mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
8 lines
152 B
C++
8 lines
152 B
C++
//
|
|
// Created by Thomas White on 3/02/2023.
|
|
//
|
|
|
|
#include "OperatingModes.h"
|
|
|
|
// Global variables
|
|
OperatingMode currentMode = OperatingMode::idle; |