This commit is contained in:
iceman1001 2025-03-19 12:53:24 +01:00
commit 87c2e82e2f
6 changed files with 138 additions and 9 deletions

View file

@ -282,7 +282,7 @@ typedef struct {
typedef struct {
// 64KB SRAM -> 524288 bits(max sample num) < 2^30
uint32_t samples :
uint32_t samples :
LF_SAMPLES_BITS;
bool realtime : 1;
bool verbose : 1;