From ea280278e087ffb745576e982f4e06f457faa113 Mon Sep 17 00:00:00 2001 From: Soren Ptak Date: Mon, 26 Feb 2024 11:08:20 -0500 Subject: [PATCH] Modify a file without changing the copyright, this should fail the check --- portable/RVDS/ARM_CM0/portmacro.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/portable/RVDS/ARM_CM0/portmacro.h b/portable/RVDS/ARM_CM0/portmacro.h index 1b5821a71..e58c11c9b 100644 --- a/portable/RVDS/ARM_CM0/portmacro.h +++ b/portable/RVDS/ARM_CM0/portmacro.h @@ -46,6 +46,8 @@ *----------------------------------------------------------- */ + +/* A random change that should cause this file to be inspected, which should fail the copyright check */ /* Type definitions. */ #define portCHAR char #define portFLOAT float