Revert "added ifdefs guards for includes."
This reverts commit 15199a17a5.
This commit is contained in:
@@ -7,9 +7,6 @@
|
||||
; * Please see toplevel file COPYING of that project for license details. *
|
||||
; ***************************************************************************
|
||||
|
||||
#ifndef COMMON_CRC8_H
|
||||
#define COMMON_CRC8_H
|
||||
|
||||
|
||||
.cseg
|
||||
|
||||
@@ -47,7 +44,3 @@ crc8Calc_withoutPoly:
|
||||
ret
|
||||
; @end
|
||||
|
||||
|
||||
|
||||
#endif ; COMMON_CRC8_H
|
||||
|
||||
|
||||
@@ -7,9 +7,6 @@
|
||||
; * Please see toplevel file COPYING of that project for license details. *
|
||||
; ***************************************************************************
|
||||
|
||||
#ifndef COMMON_M_FIXEDBUFFERS_H
|
||||
#define COMMON_M_FIXEDBUFFERS_H
|
||||
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; @macro m_fixedbuf_init
|
||||
@@ -138,5 +135,5 @@ l_end:
|
||||
|
||||
|
||||
|
||||
#endif ; COMMON_M_FIXEDBUFFERS_H
|
||||
|
||||
|
||||
|
||||
@@ -7,9 +7,6 @@
|
||||
; * Please see toplevel file COPYING of that project for license details. *
|
||||
; ***************************************************************************
|
||||
|
||||
#ifndef COMMON_M_RINGBUFFER_H
|
||||
#define COMMON_M_RINGBUFFER_H
|
||||
|
||||
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
@@ -110,5 +107,3 @@ l_end:
|
||||
|
||||
|
||||
|
||||
#endif ; COMMON_M_RINGBUFFER_H
|
||||
|
||||
|
||||
@@ -7,9 +7,6 @@
|
||||
; * Please see toplevel file COPYING of that project for license details. *
|
||||
; ***************************************************************************
|
||||
|
||||
#ifndef COMMON_M_RINGBUFFER_Y_H
|
||||
#define COMMON_M_RINGBUFFER_Y_H
|
||||
|
||||
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
@@ -152,4 +149,4 @@ l_end:
|
||||
|
||||
|
||||
|
||||
#endif ; COMMON_M_RINGBUFFER_Y_H
|
||||
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
; * Please see toplevel file COPYING of that project for license details. *
|
||||
; ***************************************************************************
|
||||
|
||||
#ifndef COMMON_RINGBUFFER_H
|
||||
#define COMMON_RINGBUFFER_H
|
||||
|
||||
|
||||
|
||||
@@ -255,6 +253,3 @@ RINGBUFFER_END:
|
||||
.equ MODULE_SIZE_RINGBUFFER = RINGBUFFER_END-RINGBUFFER_BEGIN
|
||||
|
||||
|
||||
|
||||
#endif ; COMMON_RINGBUFFER_H
|
||||
|
||||
|
||||
@@ -7,12 +7,6 @@
|
||||
; * 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
|
||||
@@ -202,5 +196,3 @@ RingBufferY_WriteByteGuarded_error:
|
||||
|
||||
|
||||
|
||||
#endif ; COMMON_RINGBUFFER_Y_H
|
||||
|
||||
|
||||
@@ -7,9 +7,6 @@
|
||||
; * Please see toplevel file COPYING of that project for license details. *
|
||||
; ***************************************************************************
|
||||
|
||||
#ifndef COMMON_UTILS_H
|
||||
#define COMMON_UTILS_H
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -557,6 +554,3 @@ Utils_TranslateByTable_found:
|
||||
UTILS_END:
|
||||
.equ MODULE_SIZE_UTILS = UTILS_END-UTILS_BEGIN
|
||||
|
||||
|
||||
#endif ; COMMON_UTILS_H
|
||||
|
||||
|
||||
@@ -7,9 +7,6 @@
|
||||
; * Please see toplevel file COPYING of that project for license details. *
|
||||
; ***************************************************************************
|
||||
|
||||
#ifndef COMMON_UTILS_COPYFROMFLASH_H
|
||||
#define COMMON_UTILS_COPYFROMFLASH_H
|
||||
|
||||
|
||||
; ***************************************************************************
|
||||
; code
|
||||
@@ -36,5 +33,3 @@ Utils_CopyFromFlash:
|
||||
ret
|
||||
|
||||
|
||||
|
||||
#endif ; COMMON_UTILS_COPYFROMFLASH_H
|
||||
|
||||
@@ -7,9 +7,6 @@
|
||||
; * Please see toplevel file COPYING of that project for license details. *
|
||||
; ***************************************************************************
|
||||
|
||||
#ifndef COMMON_UTILS_COPYSDRAM_H
|
||||
#define COMMON_UTILS_COPYSDRAM_H
|
||||
|
||||
|
||||
; ***************************************************************************
|
||||
; code
|
||||
@@ -35,6 +32,3 @@ Utils_Copy_SDRAM:
|
||||
ret
|
||||
|
||||
|
||||
|
||||
#endif ; COMMON_UTILS_COPYSDRAM_H
|
||||
|
||||
|
||||
@@ -7,9 +7,6 @@
|
||||
; * Please see toplevel file COPYING of that project for license details. *
|
||||
; ***************************************************************************
|
||||
|
||||
#ifndef COMMON_UTILS_WAIT_H
|
||||
#define COMMON_UTILS_WAIT_H
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -62,5 +59,3 @@
|
||||
|
||||
|
||||
|
||||
#endif ; COMMON_UTILS_WAIT_H
|
||||
|
||||
|
||||
@@ -7,12 +7,6 @@
|
||||
; * Please see toplevel file COPYING of that project for license details. *
|
||||
; ***************************************************************************
|
||||
|
||||
#ifndef COMMON_UTILS_WAIT_FIXED_H
|
||||
#define COMMON_UTILS_WAIT_FIXED_H
|
||||
|
||||
|
||||
.include "common/utils_wait.asm"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -60,5 +54,3 @@ Utils_WaitFor100MicroSecs:
|
||||
|
||||
|
||||
|
||||
#endif ; COMMON_UTILS_WAIT_FIXED_H
|
||||
|
||||
|
||||
@@ -7,10 +7,6 @@
|
||||
; * Please see toplevel file COPYING of that project for license details. *
|
||||
; ***************************************************************************
|
||||
|
||||
#ifndef COMMON_UTILS_WAIT_PIN_H
|
||||
#define COMMON_UTILS_WAIT_PIN_H
|
||||
|
||||
|
||||
|
||||
; ***************************************************************************
|
||||
; code
|
||||
@@ -56,5 +52,3 @@ com2WaitForDataState1ms_ret:
|
||||
|
||||
|
||||
|
||||
#endif ; COMMON_UTILS_WAIT_PIN_H
|
||||
|
||||
|
||||
@@ -7,9 +7,6 @@
|
||||
; * Please see toplevel file COPYING of that project for license details. *
|
||||
; ***************************************************************************
|
||||
|
||||
#ifndef COMMON_WATCHDOG_H
|
||||
#define COMMON_WATCHDOG_H
|
||||
|
||||
|
||||
|
||||
; ***************************************************************************
|
||||
@@ -49,5 +46,3 @@ watchdogOff:
|
||||
|
||||
|
||||
|
||||
#endif ; COMMON_WATCHDOG_H
|
||||
|
||||
|
||||
@@ -7,9 +7,6 @@
|
||||
; * Please see toplevel file COPYING of that project for license details. *
|
||||
; ***************************************************************************
|
||||
|
||||
#ifndef BASETIMER_MAIN_H
|
||||
#define BASETIMER_MAIN_H
|
||||
|
||||
;
|
||||
; The base timer makes sure that "onSystemTimerTick" is called about every
|
||||
; 100ms.
|
||||
@@ -201,5 +198,3 @@ BASETIMER_END:
|
||||
|
||||
|
||||
|
||||
|
||||
#endif ; BASETIMER_MAIN_H
|
||||
|
||||
Reference in New Issue
Block a user