ADC 최대 샘플 수 118개로 수정

This commit is contained in:
2026-06-26 17:19:56 +09:00
parent 571df7df05
commit 6c7fa6d0e6
+1 -1
View File
@@ -8,7 +8,7 @@
#include <stdint.h>
#define ECHO_ADC_MAX_SAMPLES 117
#define ECHO_ADC_MAX_SAMPLES 118
int echo_adc_init(void);
int echo_adc_wake(void);