mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
usb: mark global variable declared in header 'extern'
This commit is contained in:
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...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user