forked from espressif/esp-idf
usb: mark global variable declared in header 'extern'
This commit is contained in:
committed by
Anton Maklakov
parent
acfdf9f6e1
commit
9a7d9b59c1
@@ -21,7 +21,7 @@ extern "C" {
|
|||||||
|
|
||||||
// ---------------------------------------------------- MSC SCSI -------------------------------------------------------
|
// ---------------------------------------------------- MSC SCSI -------------------------------------------------------
|
||||||
|
|
||||||
const char *MSC_CLIENT_TAG;
|
extern const char *MSC_CLIENT_TAG;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Note: The mock MSC SCSI tests requires that USB flash drive be connected. The flash drive should...
|
Note: The mock MSC SCSI tests requires that USB flash drive be connected. The flash drive should...
|
||||||
|
Reference in New Issue
Block a user