mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 06:34:34 +02:00
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 -------------------------------------------------------
|
||||
|
||||
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...
|
||||
|
Reference in New Issue
Block a user