forked from Ivasoft/DSView
v0.4 release
This commit is contained in:
@@ -75,6 +75,8 @@ void AnalogSnapshot::append_payload(
|
||||
const uint16_t* AnalogSnapshot::get_samples(
|
||||
int64_t start_sample, int64_t end_sample) const
|
||||
{
|
||||
(void)end_sample;
|
||||
|
||||
assert(start_sample >= 0);
|
||||
assert(start_sample < (int64_t)get_sample_count());
|
||||
assert(end_sample >= 0);
|
||||
|
||||
Reference in New Issue
Block a user