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,9 @@
; * Please see toplevel file COPYING of that project for license details. *
; ***************************************************************************
#ifndef COMMON_UTILS_COPYFROMFLASH_H
#define COMMON_UTILS_COPYFROMFLASH_H
; ***************************************************************************
; code
@@ -33,3 +36,5 @@ Utils_CopyFromFlash:
ret
#endif ; COMMON_UTILS_COPYFROMFLASH_H