Fix some structs to be binary comaptible to OFW

This commit is contained in:
Willy-JL
2024-08-07 02:16:28 +02:00
parent 083c17f09d
commit 6c1ec67346
3 changed files with 5 additions and 2 deletions

View File

@@ -86,6 +86,7 @@ struct Bt {
FuriEventFlag* api_event;
BtStatusChangedCallback status_changed_cb;
void* status_changed_ctx;
uint32_t pin;
bool suppress_pin_screen;
};