mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-03-14 13:21:06 +00:00
Fix incorrect type in systick struct header vs machine-generated register header
This commit is contained in:
parent
55346c9530
commit
14f4a54837
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user