summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2021-09-15 01:14:39 +0200
committerKarl Palsson <karlp@etactica.com>2021-09-16 15:55:29 +0200
commit0b937d47a4abf697dc4c6b9fe8565f9777132474 (patch)
tree937f606258197325869b307fd195adde91ec0877 /templates
parent5d0dfa078231bf4a7b1cd333d2e834d5baad3bad (diff)
generators: clearly mark generated files
This makes it easier for end users to see where files have come from. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
Diffstat (limited to 'templates')
-rw-r--r--templates/periph_instances.h.j22
1 files changed, 2 insertions, 0 deletions
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 []) %}