summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorLeo C2019-05-30 20:32:16 +0200
committerLeo C2019-05-30 20:32:16 +0200
commit76c082ca2a2c560e660daca0a8294b73881423d8 (patch)
treead5c6a6487dd47e8115b1772603630626ea8281b /include/common.h
parentf1e16f884308e8ef720a4ecbcdcc97af97dce4bd (diff)
downloadz180-stamp-76c082ca2a2c560e660daca0a8294b73881423d8.zip
Refactor makefiles
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 53e3276..4037ac8 100644
--- a/include/common.h
+++ b/include/common.h
@@ -47,6 +47,8 @@ struct bits {
#define GCC_BUG_61443 1
#endif /* PR61443 */
+#define DEVICE_NAME __AVR_DEVICE_NAME__
+
#else
// TODO: stm32
#endif /* __AVR__ */