mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
fix incorrect name of systick struct
This commit is contained in:
parent
0f3b795116
commit
93d1c9ce56
1 changed files with 1 additions and 1 deletions
|
|
@ -17,6 +17,6 @@ typedef struct {
|
|||
io_ro_32 calib;
|
||||
} systick_hw_t;
|
||||
|
||||
#define mpu_hw ((systick_hw_t *const)(PPB_BASE + M0PLUS_SYST_CSR_OFFSET))
|
||||
#define systick_hw ((systick_hw_t *const)(PPB_BASE + M0PLUS_SYST_CSR_OFFSET))
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue