added ifdefs guards for includes.

This commit is contained in:
Martin Preuss
2025-04-21 00:46:46 +02:00
parent 30654509b1
commit 15199a17a5
14 changed files with 79 additions and 2 deletions

View File

@@ -7,6 +7,12 @@
; * Please see toplevel file COPYING of that project for license details. *
; ***************************************************************************
#ifndef COMMON_RINGBUFFER_Y_H
#define COMMON_RINGBUFFER_Y_H
.include "common/m_ringbuffer_y.asm"
.equ RINGBUFFERY_OFFS_MAXSIZE = 0
.equ RINGBUFFERY_OFFS_USED = 1
@@ -196,3 +202,5 @@ RingBufferY_WriteByteGuarded_error:
#endif ; COMMON_RINGBUFFER_Y_H