usb: mark global variable declared in header 'extern'

This commit is contained in:
Ivan Grokhotkov 2022-01-14 20:08:28 +01:00 committed by Anton Maklakov
parent acfdf9f6e1
commit 9a7d9b59c1

View File

@ -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...