Skip to content

Commit 2d9cde9

Browse files
author
Veijo Pesonen
committed
SFDP: fix mbed-os-example-blinky-baremetal build
Including mbed_trace.h file only doesn't work - the path is also required.
1 parent 6bd3933 commit 2d9cde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/source/SFDP.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#if (DEVICE_SPI || DEVICE_QSPI)
2424

25-
#include "mbed_trace.h"
25+
#include "features/frameworks/mbed-trace/mbed-trace/mbed_trace.h"
2626
#define TRACE_GROUP "SFDP"
2727

2828
namespace {

0 commit comments

Comments
 (0)