Fixed build error on FreeRTOS
Signed-off-by: Thijs Sassen <thijs.sassen@adlinktech.com>
This commit is contained in:
parent
bf3d1bc270
commit
2cd8909beb
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ bool record_cputime (struct record_cputime_state *state, const char *prefix, dds
|
|||
double record_cputime_read_rss (const struct record_cputime_state *state)
|
||||
{
|
||||
(void) state;
|
||||
return 0.0.
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
struct record_cputime_state *record_cputime_new (dds_entity_t wr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue