bootloader

This commit is contained in:
Matthew Kennedy 2023-08-27 13:30:02 -04:00 committed by rusefillc
parent 26514f8b92
commit 054375c838
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,9 @@
*/ */
#include "pch.h" #include "pch.h"
#if HAL_USE_ADC
#include "mpu_util.h" #include "mpu_util.h"
#include "map_averaging.h" #include "map_averaging.h"
@ -185,3 +188,5 @@ adcsample_t getFastAdc(FastAdcToken token) {
return fastSampleBuffer[token]; return fastSampleBuffer[token];
} }
#endif // HAL_USE_ADC