mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
[test_utils]: added extern C decl to ccomp
Closes https://github.com/espressif/esp-idf/issues/7121
This commit is contained in:
parent
e20ccf4846
commit
468b7ac6eb
@ -18,6 +18,10 @@
|
||||
|
||||
#include "esp_err.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Start the timer on the current core.
|
||||
*
|
||||
@ -52,3 +56,7 @@ int64_t ccomp_timer_stop(void);
|
||||
* core.
|
||||
*/
|
||||
int64_t ccomp_timer_get_time(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user