This commit is contained in:
iceman1001 2024-01-26 12:45:23 +01:00
commit 303c6b6067
5 changed files with 24 additions and 24 deletions

View file

@ -280,7 +280,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;