diff options
author | jaseg <git@jaseg.net> | 2019-04-14 13:25:23 +0900 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2019-04-14 13:25:23 +0900 |
commit | 668c89f88988e4bd6149fa7d13650254037f028d (patch) | |
tree | dbd2188c7f15fd2756de1e5d79b9ce569c0f4cd4 /driver_fw/mac.c | |
parent | 010d5587b776030690a2ab25902fe9eff52fcf5b (diff) | |
download | 8seg-668c89f88988e4bd6149fa7d13650254037f028d.tar.gz 8seg-668c89f88988e4bd6149fa7d13650254037f028d.tar.bz2 8seg-668c89f88988e4bd6149fa7d13650254037f028d.zip |
driver/fw: I2C LCD working
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; |