mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-05-04 11:26:58 -05:00
Silences the following build warning ...
../src/ble.c:407:13: warning: 'auth_passkey_display' defined but not used [-Wunused-function]
407 | static void auth_passkey_display(struct bt_conn *conn, unsigned int passkey) {