Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 2076299

Browse files
LOorts-AloxyJFinneganAloxy
authored andcommitted
add unknown alp interface ID
1 parent 80a90d1 commit 2076299

File tree

1 file changed

+1
-0
lines changed
  • stack/modules/alp/inc

1 file changed

+1
-0
lines changed

stack/modules/alp/inc/alp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ typedef enum
6161
ALP_ITF_ID_NFC = 0x04, // not part of the spec
6262
ALP_ITF_ID_BLE = 0x05, // not part of the spec
6363
ALP_ITF_ID_D7ASP = 0xD7,
64+
ALP_ITF_ID_UNKNOWN = 0xFF,
6465
} alp_itf_id_t;
6566

6667
typedef enum {

0 commit comments

Comments
 (0)