avr: guard with precompiler directives.

This commit is contained in:
Martin Preuss
2026-04-26 12:47:50 +02:00
parent 240624c727
commit 74e471ef28
25 changed files with 160 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
; ***************************************************************************
; copyright : (C) 2025 by Martin Preuss
; copyright : (C) 2026 by Martin Preuss
; email : martin@libchipcard.de
;
; ***************************************************************************
@@ -7,8 +7,13 @@
; * Please see toplevel file COPYING of that project for license details. *
; ***************************************************************************
#ifndef AQH_AVR_NETWORK_MSG_REBOOT_D_ASM
#define AQH_AVR_NETWORK_MSG_REBOOT_D_ASM
.equ NETMSG_REBOOTREQ_OFFS_UID = 4
#endif