Fix formatting

This commit is contained in:
U-DESKTOP-7SFAKTP\Ron 2026-01-25 21:31:00 -08:00
parent 856275df54
commit 38062380a4

View File

@ -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);