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 --- templates/periph_instances.h.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/periph_instances.h.j2') diff --git a/templates/periph_instances.h.j2 b/templates/periph_instances.h.j2 index 3d236b7..ddbff34 100644 --- a/templates/periph_instances.h.j2 +++ b/templates/periph_instances.h.j2 @@ -1,3 +1,5 @@ +// This file is auto-generated from a template! +// You should reconsider editing! #pragma once {% for header in (headers if headers else []) %} -- cgit v1.2.3