Fix incorrect type in systick struct header vs machine-generated register header

This commit is contained in:
Luke Wren 2021-02-05 16:10:30 +00:00 committed by graham sanderson
parent 5514401bf4
commit c7cf7cd728

View File

@ -13,7 +13,7 @@
typedef struct {
io_rw_32 csr;
io_rw_32 rvr;
io_ro_32 cvr;
io_rw_32 cvr;
io_ro_32 calib;
} systick_hw_t;