주석 정리

This commit is contained in:
2026-07-21 14:41:33 +09:00
parent d3513e3985
commit 0fc578fb50
4 changed files with 35 additions and 31 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ int cmd_maa(const uint8_t *data, uint8_t data_len)
if (status == ECHO_STATUS_OK) // Piezo GPIO, power, ADC initialization/wake succeeded
{
DBG_PRINTF("[MBB] piezo sweep start\r\n");
DBG_PRINTF("[MAA] piezo sweep start\r\n");
status = piezo_measure_sweep();
if (status == ECHO_STATUS_OK)
{