aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/anduril/sos-mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'spaghetti-monster/anduril/sos-mode.h')
-rw-r--r--spaghetti-monster/anduril/sos-mode.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/spaghetti-monster/anduril/sos-mode.h b/spaghetti-monster/anduril/sos-mode.h
deleted file mode 100644
index 5af61be..0000000
--- a/spaghetti-monster/anduril/sos-mode.h
+++ /dev/null
@@ -1,11 +0,0 @@
-// sos-mode.h: SOS mode for Anduril.
-// Copyright (C) 2017-2023 Selene ToyKeeper
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#pragma once
-
-#ifdef USE_SOS_MODE_IN_BLINKY_GROUP
-// automatic SOS emergency signal
-uint8_t sos_state(Event event, uint16_t arg);
-#endif
-