Skip to content

Commit

Permalink
Set is_hearing_aid default value
Browse files Browse the repository at this point in the history
  • Loading branch information
shermp committed Jul 14, 2024
1 parent af2857e commit 9b47fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asha_bt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct AdvertisingReport {
uint8_t address_type;
uint8_t rssi;

bool is_hearing_aid;
bool is_hearing_aid = false;

AdvertisingReport() {}

Expand Down

0 comments on commit 9b47fee

Please sign in to comment.