diff --git a/libpicohsdaoh/picohsdaoh.c b/libpicohsdaoh/picohsdaoh.c index 94442b3..d843703 100644 --- a/libpicohsdaoh/picohsdaoh.c +++ b/libpicohsdaoh/picohsdaoh.c @@ -157,7 +157,7 @@ void init_info_packet(void) 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) streams[stream_id].overflow = true;