fixed ble table cmd buffer being constant

This commit is contained in:
goueslati 2023-05-03 11:11:51 +01:00
parent 0c07eef3a9
commit 0997021a05

View file

@ -113,7 +113,7 @@ pub struct DeviceInfoTable {
#[repr(C, packed)]
struct BleTable {
pcmd_buffer: *const CmdPacket,
pcmd_buffer: *mut CmdPacket,
pcs_buffer: *const u8,
pevt_queue: *const u8,
phci_acl_data_buffer: *mut AclDataPacket,