mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-01-13 13:09:13 +01:00
fix minor omission
This commit is contained in:
parent
5c4ad29f61
commit
f68461657b
@ -54,7 +54,8 @@ void hw_set_vector_table (uint32_t offset);
|
||||
void hw_enter_critical (void);
|
||||
void hw_exit_critical (void);
|
||||
|
||||
void hw_delay_ms (uint32_t ms);
|
||||
void hw_delay_us (uint32_t delay_us);
|
||||
void hw_delay_ms (uint32_t delay_ms);
|
||||
|
||||
void hw_systick_config (uint32_t period_ms, void (*callback) (void));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user