Skip to content

Commit 87ecfbc

Browse files
fix: windows build
1 parent b55d4d7 commit 87ecfbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate_cffi_definitions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,8 +593,8 @@ def fix_platform_specific_structs(cdef_content):
593593
char current_packet_number;
594594
char serial_port_name[256];
595595
Packet_input_buffer packet_input_buffer;
596-
uint8_t packet_input_buffer_data[120000];
597-
uint8_t packet_input_buffer_state[100];
596+
char packet_input_buffer_data[120000];
597+
char packet_input_buffer_state[100];
598598
} Smpt_device;"""
599599
else:
600600
# Linux/macOS version with descriptor - include

0 commit comments

Comments
 (0)