This commit is contained in:
Matthew Kennedy 2023-11-01 14:31:25 -07:00
parent 6a472b02f3
commit f4d442bcf3
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ adcsample_t getFastAdc(FastAdcToken token) {
return 0;
}
return fastAdc.samples[token];
return fastAdc.m_samples[token];
}
#endif