From 5021f28159ead973d8abd7f4e72f8febddb25c5c Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Thu, 27 Aug 2020 09:42:43 -0700 Subject: [PATCH] [wpilibc] Fix InterruptableSensorBase comment (#2659) Fixes #2355. --- .../src/main/native/include/frc/InterruptableSensorBase.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wpilibc/src/main/native/include/frc/InterruptableSensorBase.h b/wpilibc/src/main/native/include/frc/InterruptableSensorBase.h index 8c2a564d5a..42b7434a91 100644 --- a/wpilibc/src/main/native/include/frc/InterruptableSensorBase.h +++ b/wpilibc/src/main/native/include/frc/InterruptableSensorBase.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2008-2019 FIRST. All Rights Reserved. */ +/* Copyright (c) 2008-2020 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ @@ -115,9 +115,8 @@ class InterruptableSensorBase : public ErrorBase { /** * Return the timestamp for the rising interrupt that occurred most recently. * - * This is in the same time domain as GetClock(). - * The rising-edge interrupt should be enabled with - * {@link #DigitalInput.SetUpSourceEdge} + * This is in the same time domain as GetClock(). The rising-edge interrupt + * should be enabled with SetUpSourceEdge(). * * @return Timestamp in seconds since boot. */