Added extern "C" for floating-point functions.

This commit is contained in:
Florian Pose 2019-01-22 14:34:55 +01:00
parent 030e7ecbb9
commit c5979ef566
1 changed files with 6 additions and 6 deletions

View File

@ -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