From 6ea56ed6ceacd990e0255d592032af4bd84f7cd6 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 23 Mar 2020 01:07:19 +0100 Subject: foo --- fw/mac.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fw/mac.c (limited to 'fw/mac.c') diff --git a/fw/mac.c b/fw/mac.c new file mode 100644 index 0000000..b2fb48a --- /dev/null +++ b/fw/mac.c @@ -0,0 +1,3 @@ +#include "mac.h" + +uint32_t device_mac = MAC_ADDR; -- cgit