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/default_handlers.cpp.j2 | 2 ++ interrupt/interrupt_enums.h.j2 | 2 ++ interrupt/vectors_nvic.cpp.j2 | 2 ++ 3 files changed, 6 insertions(+) (limited to 'interrupt') diff --git a/interrupt/default_handlers.cpp.j2 b/interrupt/default_handlers.cpp.j2 index a072f7f..a85ccf9 100644 --- a/interrupt/default_handlers.cpp.j2 +++ b/interrupt/default_handlers.cpp.j2 @@ -1,3 +1,5 @@ +// This file is auto-generated from a template! +// You should reconsider editing! #include "interrupt.h" extern "C" void default_blocking_handler() { diff --git a/interrupt/interrupt_enums.h.j2 b/interrupt/interrupt_enums.h.j2 index 4d58077..cfca5c7 100644 --- a/interrupt/interrupt_enums.h.j2 +++ b/interrupt/interrupt_enums.h.j2 @@ -1,3 +1,5 @@ +// This file is auto-generated from a template! +// You should reconsider editing! #pragma once namespace interrupt { 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