From 0b937d47a4abf697dc4c6b9fe8565f9777132474 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 14 Sep 2021 23:14:39 +0000 Subject: generators: clearly mark generated files This makes it easier for end users to see where files have come from. Signed-off-by: Karl Palsson --- interrupt/vectors_nvic.cpp.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'interrupt/vectors_nvic.cpp.j2') diff --git a/interrupt/vectors_nvic.cpp.j2 b/interrupt/vectors_nvic.cpp.j2 index 962efce..89d6546 100644 --- a/interrupt/vectors_nvic.cpp.j2 +++ b/interrupt/vectors_nvic.cpp.j2 @@ -1,3 +1,5 @@ +// This file is auto-generated from a template! +// You should reconsider editing! #include "interrupt.h" void entry(); -- cgit v1.2.3