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;