Skip to content

Commit 87105f8

Browse files
committed
[adam] do_inquiry(fujiCommandID_t inq_cmd)
1 parent 3503a94 commit 87105f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/device/adamnet/network.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ class adamNetwork : public virtualDevice
402402
* @brief Perform the inquiry, handle both local and protocol commands.
403403
* @param inq_cmd the command to check against.
404404
*/
405-
void do_inquiry(unsigned char inq_cmd);
405+
void do_inquiry(fujiCommandID_t inq_cmd);
406406

407407
/**
408408
* @brief set translation specified by aux1 to aux2_translation mode.

0 commit comments

Comments
 (0)