mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-22 10:03:51 +08:00
Added extern "C" for floating-point functions.
This commit is contained in:
+6
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user