summaryrefslogtreecommitdiff
path: root/source/hal/source/platform/native/include/timer_native.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/hal/source/platform/native/include/timer_native.h')
-rw-r--r--source/hal/source/platform/native/include/timer_native.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/hal/source/platform/native/include/timer_native.h b/source/hal/source/platform/native/include/timer_native.h
index c8eeda2..da34b30 100644
--- a/source/hal/source/platform/native/include/timer_native.h
+++ b/source/hal/source/platform/native/include/timer_native.h
@@ -28,9 +28,9 @@
void platform_reset_counters(void);
/**
- * @brief Gets the current counter values.
- * @returns A populated instance of pmu_counters struct.
+ * @brief Gets the current counter values.
+ * @param[out] Pointer to a pmu_counters object.
**/
-pmu_counters platform_get_counters(void);
+void platform_get_counters(pmu_counters* counters);
#endif /* NATIVE_TIMER_H */