aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/templates/chcore.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/templates/chcore.h b/src/templates/chcore.h
index c5d750cfb..c8a0d8222 100644
--- a/src/templates/chcore.h
+++ b/src/templates/chcore.h
@@ -33,6 +33,11 @@
#define CH_ARCHITECTURE_XXX
/**
+ * Name of the implemented architecture.
+ */
+#define CH_ARCHITECTURE_NAME ""
+
+/**
* Base type for stack alignment.
* This type is used only for stack alignment reasons thus can be anything from
* a char to a double.