From dbad1ba8a1ea7a1f95415bd0d1362b2bc48a9ce4 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Thu, 5 Sep 2024 18:54:32 +0200 Subject: [PATCH] avr: removed no longer needee defs. --- avr/modules/comproto/main.asm | 2 -- 1 file changed, 2 deletions(-) diff --git a/avr/modules/comproto/main.asm b/avr/modules/comproto/main.asm index 5da1ba8..af816b3 100644 --- a/avr/modules/comproto/main.asm +++ b/avr/modules/comproto/main.asm @@ -70,11 +70,9 @@ CPRO_OnPacketReceived: rjmp cproHandlePing CPRO_OnPacketReceived_l1: -#ifndef BASE_SYSTEM cpi r16, CPRO_CMD_REBOOT_REQUEST brne CPRO_OnPacketReceived_l2 rjmp cproHandleReboot -#endif CPRO_OnPacketReceived_l2: #ifdef MODULES_COM_WITH_ADDR_PROTO