diff options
Diffstat (limited to 'driver_fw/mac.c')
-rw-r--r-- | driver_fw/mac.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/driver_fw/mac.c b/driver_fw/mac.c new file mode 100644 index 0000000..b2fb48a --- /dev/null +++ b/driver_fw/mac.c @@ -0,0 +1,3 @@ +#include "mac.h" + +uint32_t device_mac = MAC_ADDR; |