mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-01-30 11:03:54 +00:00
Fix formatting
This commit is contained in:
parent
856275df54
commit
38062380a4
@ -1271,7 +1271,7 @@ void NWM_UDS::RecvBeaconBroadcastData(Kernel::HLERequestContext& ctx) {
|
||||
static constexpr std::chrono::nanoseconds UDSBeaconScanInterval{300000000};
|
||||
|
||||
input_event = ctx.SleepClientThread("uds::RecvBeaconBroadcastData", UDSBeaconScanInterval,
|
||||
std::make_shared<ThreadCallback>(0xF));
|
||||
std::make_shared<ThreadCallback>(0xF));
|
||||
|
||||
// Retrieve all beacon frames that were received from the desired mac address.
|
||||
auto beacons = GetReceivedBeacons(mac_address);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user