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