summaryrefslogtreecommitdiff
path: root/firmware/mac.c
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2018-04-17 11:56:09 +0200
committerjaseg <git@jaseg.net>2018-04-17 11:56:09 +0200
commitddbb807e54245bd5b6686096827f4124ef196957 (patch)
tree1643ca05e0b3cf7c06fbf743627f620290ebb4d3 /firmware/mac.c
parent545abc6b6fccd1de4c8e4b95b83a453ce31c90ac (diff)
downloadolsndot-ddbb807e54245bd5b6686096827f4124ef196957.tar.gz
olsndot-ddbb807e54245bd5b6686096827f4124ef196957.tar.bz2
olsndot-ddbb807e54245bd5b6686096827f4124ef196957.zip
Move to new serial protocol.
This code is tested.
Diffstat (limited to 'firmware/mac.c')
-rw-r--r--firmware/mac.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/mac.c b/firmware/mac.c
new file mode 100644
index 0000000..b2fb48a
--- /dev/null
+++ b/firmware/mac.c
@@ -0,0 +1,3 @@
+#include "mac.h"
+
+uint32_t device_mac = MAC_ADDR;