We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27df8c7 commit d477efeCopy full SHA for d477efe
drivers/include/drivers/RawCAN.h
@@ -29,6 +29,7 @@
29
#include "platform/PlatformMutex.h"
30
31
namespace mbed {
32
+#ifndef FEATURE_EXPERIMENTAL_API
33
class RawCAN: public CAN {
34
public:
35
/** Creates an unlocked CAN interface connected to specific pins.
@@ -86,6 +87,7 @@ class RawCAN: public CAN {
86
87
void unlock() override {};
88
89
};
90
+#endif //FEATURE_EXPERIMENTAL_API
91
}
92
93
#endif
0 commit comments