diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-12-14 13:34:15 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-12-14 13:34:15 -0500 |
commit | e16a693b1ebbbd812159a766cf61afc6be7aa797 (patch) | |
tree | e87a0d6af5ca6469124111f4fd85b6d63d0e2d2d /src/rp2040 | |
parent | 6ba2c3e1d18594f0e074dc96325aca5a7fa3c54e (diff) | |
download | kutter-e16a693b1ebbbd812159a766cf61afc6be7aa797.tar.gz kutter-e16a693b1ebbbd812159a766cf61afc6be7aa797.tar.xz kutter-e16a693b1ebbbd812159a766cf61afc6be7aa797.zip |
rp2040: Fix copy-paste error in Kconfig comment
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/rp2040')
-rw-r--r-- | src/rp2040/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rp2040/Kconfig b/src/rp2040/Kconfig index 69b1cd58..b42e6b21 100644 --- a/src/rp2040/Kconfig +++ b/src/rp2040/Kconfig @@ -1,4 +1,4 @@ -# Kconfig settings for STM32 processors +# Kconfig settings for RP2040 processors if MACH_RP2040 |