mirror of https://github.com/ARMmbed/mbed-os.git
Update can_helper.h
#ifdef DEVICE_CAN || FEATURE_EXPERIMENTAL_API was incorrectly #if DEVICE_CAN || FEATURE_EXPERIMENTAL_API. Defining FEATURE_EXPERIMENTAL_API would cause the build to failpull/15529/head
parent
d723bf9e55
commit
4d90f089a4
|
@ -20,7 +20,7 @@
|
||||||
#ifndef MBED_CAN_HELPER_H
|
#ifndef MBED_CAN_HELPER_H
|
||||||
#define MBED_CAN_HELPER_H
|
#define MBED_CAN_HELPER_H
|
||||||
|
|
||||||
#if DEVICE_CAN || FEATURE_EXPERIMENTAL_API
|
#ifdef DEVICE_CAN || FEATURE_EXPERIMENTAL_API
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
Loading…
Reference in New Issue