mirror of
https://github.com/steve-m/hsdaoh-rp2350.git
synced 2025-12-10 07:44:39 +01:00
lib: relocate irq helper function to RAM
...instead of executing it from flash
This commit is contained in:
parent
94096b7489
commit
5f00c86805
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ void init_info_packet(void)
|
||||||
info_len = len;
|
info_len = len;
|
||||||
}
|
}
|
||||||
|
|
||||||
void hsdaoh_update_head(int stream_id, int head)
|
void __scratch_y("") hsdaoh_update_head(int stream_id, int head)
|
||||||
{
|
{
|
||||||
if (streams[stream_id].tail == head)
|
if (streams[stream_id].tail == head)
|
||||||
streams[stream_id].overflow = true;
|
streams[stream_id].overflow = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue