From b932850d6275cf8add6933f78897167a65403622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Majcherski?= Date: Tue, 23 Aug 2022 22:47:56 +0200 Subject: [PATCH] Fix missing mbed:: profix issue --- .../blockdevice/COMPONENT_SPIF/include/SPIF/SPIFBlockDevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/blockdevice/COMPONENT_SPIF/include/SPIF/SPIFBlockDevice.h b/storage/blockdevice/COMPONENT_SPIF/include/SPIF/SPIFBlockDevice.h index a0a87ab78b2..76adeacf464 100644 --- a/storage/blockdevice/COMPONENT_SPIF/include/SPIF/SPIFBlockDevice.h +++ b/storage/blockdevice/COMPONENT_SPIF/include/SPIF/SPIFBlockDevice.h @@ -226,7 +226,7 @@ class SPIFBlockDevice : public mbed::BlockDevice { void *rx_buffer, mbed::bd_size_t rx_length); // Parse and Detect required Basic Parameters from Table - int _sfdp_parse_basic_param_table(mbed::Callback sfdp_reader, + int _sfdp_parse_basic_param_table(mbed::Callback sfdp_reader, mbed::sfdp_hdr_info &hdr_info); // Detect fastest read Bus mode supported by device