Skip to content

Commit 9e59a3c

Browse files
committed
Remove unused struct
1 parent 3cc2a7d commit 9e59a3c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bc_scanner_script.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ typedef struct {
2727
char error[64];
2828
} BarCodeState;
2929

30-
typedef struct {
31-
uint8_t vcp_ch;
32-
uint8_t baudrate_mode;
33-
uint32_t baudrate;
34-
} UartConfig;
35-
3630
BarCodeScript* bc_scanner_script_open(FuriString* file_path);
3731
void bc_scanner_script_close(BarCodeScript* bc_script);
3832

0 commit comments

Comments
 (0)