summaryrefslogtreecommitdiff
path: root/bsp/env/coreplexip-arty.h
diff options
context:
space:
mode:
authorMegan Wachs <megan@sifive.com>2017-05-05 17:32:00 -0700
committerGitHub <noreply@github.com>2017-05-05 17:32:00 -0700
commit0357ba87797afa49b5d5ddebb988458d80df91c5 (patch)
treeefffc8d3564c8d62b4703c81608976d01d76cb86 /bsp/env/coreplexip-arty.h
parent5746b5840284339e02de22ce6e14e1a2ad1606d7 (diff)
parent7f861d2678aebbccc0a980c497febee0cdd7c025 (diff)
Merge pull request #56 from sifive/e51_fixes
E51 fixes for MCAUSE
Diffstat (limited to 'bsp/env/coreplexip-arty.h')
-rw-r--r--bsp/env/coreplexip-arty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp/env/coreplexip-arty.h b/bsp/env/coreplexip-arty.h
index 12ff9a6..161da7c 100644
--- a/bsp/env/coreplexip-arty.h
+++ b/bsp/env/coreplexip-arty.h
@@ -97,6 +97,6 @@
#define RTC_FREQ 32768
-void write_hex(int fd, uint32_t hex);
+void write_hex(int fd, long int hex);
#endif /* _SIFIVE_COREPLEXIP_ARTY_H */