mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-22 05:59:15 +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…
Reference in New Issue
Block a user