fix incorrect name of systick struct
This commit is contained in:
parent
0f3b795116
commit
990fa97953
@ -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…
Reference in New Issue
Block a user