// fsm-main.c: main() function for SpaghettiMonster. // Copyright (C) 2017-2023 Selene ToyKeeper // SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include "fsm/main.h" int main() { // Don't allow interrupts while booting cli(); // prevents cycling after a crash, // whether intentional (like factory reset) or not (bugs) prevent_reboot_loop(); hwdef_setup(); #if 0 #ifdef HALFSPEED // run at half speed // FIXME: not portable (also not needed) CLKPR = 1<