This commit is contained in:
SiliconA-Z 2026-04-23 15:47:52 +00:00 committed by GitHub
commit 3d994fbb6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -764,7 +764,11 @@ static void rfu_CB_pollConnectParent(u8 reqCommand, u16 reqResult)
u16 id;
u8 slot;
u8 bm_slot_flag, i;
#ifdef UBFIX
struct RfuTgtData *target_p = NULL;
#else
struct RfuTgtData *target_p;
#endif
struct RfuTgtData target_local;
if (reqResult == 0)