Added extern "C" for floating-point functions.

This commit is contained in:
Florian Pose
2021-08-24 17:01:13 +02:00
parent e6f11d9da0
commit d9e96f7112
+6 -6
View File
@@ -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