Skip to content

Commit

Permalink
Fix missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
sirfergy authored and rzr committed Feb 3, 2025
1 parent 23f80e2 commit 20aaba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hci-socket/gatt.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const GATT_INCLUDE_UUID = 0x2802;
const GATT_CHARAC_UUID = 0x2803;

const GATT_CLIENT_CHARAC_CFG_UUID = 0x2902;
const GATT_CLIENT_CHARAC_CFG_UUID_S = '2902'
const GATT_CLIENT_CHARAC_CFG_UUID_S = '2902';
const GATT_SERVER_CHARAC_CFG_UUID = 0x2903;

const ATT_ECODE_SUCCESS = 0x00;
Expand Down

0 comments on commit 20aaba1

Please sign in to comment.