beeper_simple: remove msg receiption.

not needed for a beeper.
This commit is contained in:
Martin Preuss
2026-04-13 00:22:29 +02:00
parent c4911a05cc
commit 0da8170df7
3 changed files with 0 additions and 50 deletions

View File

@@ -154,9 +154,6 @@
#ifdef MODULES_BEEPER_SIMPLE
.include "modules/beeper_simple/main.asm"
#ifdef MODULES_NETWORK
.include "modules/beeper_simple/recv.asm"
#endif
#endif
#ifdef MODULES_TWI_MASTER

View File

@@ -29,12 +29,6 @@ modulesOnPacketReceived:
#endif
#endif
#ifdef MODULES_BEEPER_SIMPLE
#ifdef MODULES_NETWORK
bigcall BeeperSimple_OnPacketReceived
#endif
#endif
#ifdef MODULES_DS3231
#ifdef MODULES_NETWORK
bigcall Ds3231_OnPacketReceived