Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Oct 13, 2024
1 parent 7f44986 commit 5fdefd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/bluepad32/bt/uni_bt_le.c
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ static void sm_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t* pa
logi("Pairing failed, reason = %u\n", sm_event_pairing_complete_get_reason(packet));
break;
default:
loge("Unkown paring status: %#x\n", status);
loge("Unknown paring status: %#x\n", status);
break;
}

Expand Down

0 comments on commit 5fdefd3

Please sign in to comment.