diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-02 03:21:13 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-09 22:22:28 -0700 |
commit | 6e53075aa765552cfdcca40adb85b46972d234ac (patch) | |
tree | 02a9feb539e960b93b0f0225eef1c07b95f94c61 /libhw/rp2040_include | |
parent | 4a6fbecab34616a7b16a859f9458a21b339bb6b0 (diff) |
libhw: rp2040_hwtimer: Remove obsolete comment
Diffstat (limited to 'libhw/rp2040_include')
-rw-r--r-- | libhw/rp2040_include/libhw/rp2040_hwtimer.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libhw/rp2040_include/libhw/rp2040_hwtimer.h b/libhw/rp2040_include/libhw/rp2040_hwtimer.h index 6710ab1..645ba20 100644 --- a/libhw/rp2040_include/libhw/rp2040_hwtimer.h +++ b/libhw/rp2040_include/libhw/rp2040_hwtimer.h @@ -1,6 +1,6 @@ /* libhw/rp2040_hwtimer.h - <libhw/generic/alarmclock.h> implementation for the RP2040's hardware timer * - * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> + * Copyright (C) 2024-2025 Luke T. Shumaker <lukeshu@lukeshu.com> * SPDX-License-Identifier: AGPL-3.0-or-later */ @@ -10,8 +10,7 @@ #include <libhw/generic/alarmclock.h> /** - * The RP2040 has one system "timer" (which we also use for - * ./rp2040_bootclock.c) with 4 alarm interrupts. + * The RP2040 has one system "timer" with 4 alarm interrupts. */ enum rp2040_hwalarm_instance { RP2040_HWALARM_0 = 0, |