fixed merge conflicts

This commit is contained in:
Jakob Meier
2023-02-15 10:29:34 +01:00
193 changed files with 8179 additions and 3607 deletions

View File

@ -13,7 +13,7 @@ extern ComSubsystem SUBSYSTEM;
// transceiver might be damaged due to overheating
static const uint32_t TRANSMITTER_TIMEOUT = 900000; // 15 minutes
void init();
Subsystem& init();
} // namespace com
} // namespace satsystem