mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix Typo in ng_hci_le_connection_complete_ep struct.
PR: 246538 Submitted by: Marc Veldman
This commit is contained in:
parent
6580e4c1c6
commit
022f27959e
1 changed files with 1 additions and 1 deletions
|
|
@ -1964,7 +1964,7 @@ typedef struct {
|
|||
u_int16_t interval;
|
||||
u_int8_t latency;
|
||||
u_int16_t supervision_timeout;
|
||||
u_int8_t master_clock_accracy;
|
||||
u_int8_t master_clock_accuracy;
|
||||
|
||||
} __attribute__ ((packed)) ng_hci_le_connection_complete_ep;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue