Added extern "C" for floating-point functions.
This commit is contained in:
parent
e6f11d9da0
commit
d9e96f7112
|
|
@ -2051,12 +2051,6 @@ void ecrt_reg_request_read(
|
|||
size_t size /**< Size to write. */
|
||||
);
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
/******************************************************************************
|
||||
* Bitwise read/write macros
|
||||
*****************************************************************************/
|
||||
|
|
@ -2348,6 +2342,12 @@ void ecrt_write_lreal(void *data, double value);
|
|||
|
||||
/*****************************************************************************/
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
/** @} */
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue