typo
This commit is contained in:
parent
7ee70dfe71
commit
ac7f1f39e0
2
const.c
2
const.c
|
@ -11,7 +11,7 @@ const char *DEVICE_DEFAULT_NAME = "Unnamed Device";
|
|||
const char *FIFO_PATH = "/tmp/jsfw_fifo";
|
||||
// Delay (in seconds) between each connection retry for the client
|
||||
const uint32_t CONNECTION_RETRY_DELAY = 5;
|
||||
// Displayed bendor for the virtual device
|
||||
// Displayed vendor for the virtual device
|
||||
const uint16_t VIRTUAL_DEVICE_VENDOR = 0x6969;
|
||||
// Displayed product for the virtual device
|
||||
const uint16_t VIRTUAL_DEVICE_PRODUCT = 0x0420;
|
||||
|
|
Loading…
Reference in New Issue