We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55d4d7 commit 87ecfbcCopy full SHA for 87ecfbc
1 file changed
generate_cffi_definitions.py
@@ -593,8 +593,8 @@ def fix_platform_specific_structs(cdef_content):
593
char current_packet_number;
594
char serial_port_name[256];
595
Packet_input_buffer packet_input_buffer;
596
- uint8_t packet_input_buffer_data[120000];
597
- uint8_t packet_input_buffer_state[100];
+ char packet_input_buffer_data[120000];
+ char packet_input_buffer_state[100];
598
} Smpt_device;"""
599
else:
600
# Linux/macOS version with descriptor - include
0 commit comments