fix to analogbufio BufferedIn.h

This commit is contained in:
latkinso42 2022-09-05 14:22:08 -04:00
parent a1856ea3e9
commit 5498b3ac91

View File

@ -51,7 +51,7 @@ typedef struct {
uint8_t chan;
uint dma_chan;
dma_channel_config cfg;
} analogbuf_bufferedin_obj_t;
} analogbufio_bufferedin_obj_t;
void bufferedin_init(void);