19 lines
637 B
C++
19 lines
637 B
C++
; ***************************************************************************
|
|
; copyright : (C) 2025 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_DEVICE_C03_RESSOURCES_INC
|
|
#define AQH_AVR_DEVICE_C03_RESSOURCES_INC
|
|
|
|
|
|
.equ RESSSOURCE_IMG_NETWORK = 0
|
|
|
|
|
|
|
|
#endif ; AQH_AVR_DEVICE_C03_RESSOURCES_INC
|