From c23ff002425cbfbd7e640971ecbd761160500122 Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 26 Mar 2026 15:16:28 +0300 Subject: [PATCH] Init --- APP/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/APP/main.c b/APP/main.c index 8d7ae0c..4c0784b 100644 --- a/APP/main.c +++ b/APP/main.c @@ -25,7 +25,7 @@ typedef struct { uint16_t channel5; } AdcSample; -/* + int main() { BLFContext ctx; int ret; @@ -106,8 +106,8 @@ int main() { } return 0; } -*/ +/* int main() { BLFContext ctx; int ret; @@ -207,3 +207,4 @@ int main() { return 0; } +*/ \ No newline at end of file