This commit is contained in:
cfif 2026-03-26 15:16:28 +03:00
parent af314782e0
commit c23ff00242
1 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,7 @@ typedef struct {
uint16_t channel5; uint16_t channel5;
} AdcSample; } AdcSample;
/*
int main() { int main() {
BLFContext ctx; BLFContext ctx;
int ret; int ret;
@ -106,8 +106,8 @@ int main() {
} }
return 0; return 0;
} }
*/
/*
int main() { int main() {
BLFContext ctx; BLFContext ctx;
int ret; int ret;
@ -207,3 +207,4 @@ int main() {
return 0; return 0;
} }
*/