From 7efc4bd581473c4257a2d5b6c197ae0e6802f04e Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 5 Dec 2017 23:45:31 -0500 Subject: [PATCH] docs --- firmware/controllers/algo/rusefi_types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/controllers/algo/rusefi_types.h b/firmware/controllers/algo/rusefi_types.h index de6a90d04e..63e1b97fe7 100644 --- a/firmware/controllers/algo/rusefi_types.h +++ b/firmware/controllers/algo/rusefi_types.h @@ -38,6 +38,8 @@ typedef int pid_dt; * We use a signed type here so that subtraction result is a proper negative value. * A typical use-case negative result is when we do 'timeNow() - timeOfEvent' where timeOfEvent * is actually after timeNow() due to interrupt context switches + * + * See getTimeNowNt() */ typedef int64_t efitime_t;