Files
aqhomecontrol/avr/modules/network/msg/addr-d.asm
2026-04-26 12:47:50 +02:00

21 lines
638 B
NASM

; ***************************************************************************
; copyright : (C) 2026 by Martin Preuss
; email : martin@libchipcard.de
;
; ***************************************************************************
; * This file is part of the project "AqHome". *
; * Please see toplevel file COPYING of that project for license details. *
; ***************************************************************************
#ifndef AQH_AVR_NETWORK_MSG_ADDR_D_ASM
#define AQH_AVR_NETWORK_MSG_ADDR_D_ASM
.equ NETMSG_ADDRESS_OFFS_UID = 4
.equ NETMSG_ADDRESS_OFFS_ADDRESS = 8
#endif