mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 03:32:01 +00:00
Moved opening bracket appropriately.
This commit is contained in:
parent
8db44eed3e
commit
fef316932f
@ -90,7 +90,8 @@ class Speaker {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void get_samples(unsigned int quantity, int16_t *target) {}
|
void get_samples(unsigned int quantity, int16_t *target) {}
|
||||||
void skip_samples(unsigned int quantity) {
|
void skip_samples(unsigned int quantity)
|
||||||
|
{
|
||||||
int16_t throwaway_samples[quantity];
|
int16_t throwaway_samples[quantity];
|
||||||
get_samples(quantity, throwaway_samples);
|
get_samples(quantity, throwaway_samples);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user