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
5514401bf4
commit
c7cf7cd728
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
typedef struct {
|
typedef struct {
|
||||||
io_rw_32 csr;
|
io_rw_32 csr;
|
||||||
io_rw_32 rvr;
|
io_rw_32 rvr;
|
||||||
io_ro_32 cvr;
|
io_rw_32 cvr;
|
||||||
io_ro_32 calib;
|
io_ro_32 calib;
|
||||||
} systick_hw_t;
|
} systick_hw_t;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue