summaryrefslogtreecommitdiff
path: root/bsp
diff options
context:
space:
mode:
authorDrew Barbier <drew@sifive.com>2017-05-07 22:58:53 -0500
committerDrew Barbier <drew@sifive.com>2017-05-07 22:58:53 -0500
commit90928aa484147d4b97d1a0e835207421a91ab357 (patch)
tree6e79c0663f29147ca5557d943023918ae3a4bda8 /bsp
parent7c061127513b0f1291f7dfd0158aec988df5c25a (diff)
changed write_hex to new def
Diffstat (limited to 'bsp')
-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 */