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

20 lines
604 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_REBOOT_D_ASM
#define AQH_AVR_NETWORK_MSG_REBOOT_D_ASM
.equ NETMSG_REBOOTREQ_OFFS_UID = 4
#endif