summaryrefslogtreecommitdiff
path: root/bsp/env/hifive1.h
diff options
context:
space:
mode:
authordbarbi1 <dbarbi1@gmail.com>2017-05-09 15:41:01 -0500
committerGitHub <noreply@github.com>2017-05-09 15:41:01 -0500
commitf4318adcedd4cbd6e84a48dda9495ccd5b18e6df (patch)
tree6cfe9be277cd21aaec55441b75c45f54c0a3f153 /bsp/env/hifive1.h
parent0357ba87797afa49b5d5ddebb988458d80df91c5 (diff)
parent403db45ffb075abf0c23e89a028db330efddc96d (diff)
Merge pull request #57 from sifive/freedom-studio
Freedom studio
Diffstat (limited to 'bsp/env/hifive1.h')
-rw-r--r--bsp/env/hifive1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp/env/hifive1.h b/bsp/env/hifive1.h
index 4c65f18..b987847 100644
--- a/bsp/env/hifive1.h
+++ b/bsp/env/hifive1.h
@@ -76,6 +76,6 @@
#define RTC_FREQ 32768
-void write_hex(int fd, uint32_t hex);
+void write_hex(int fd, long int hex);
#endif /* _SIFIVE_HIFIVE1_H */