mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Fix incorrect type in systick struct header vs machine-generated register header
This commit is contained in:
parent
55346c9530
commit
14f4a54837
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue