]> www.infradead.org Git - users/borneoa/openocd-next.git/commit
flash/nor/rp2xxx: drop couple of Java-like const
authorTomas Vanek <vanekt@fbl.cz>
Fri, 16 Aug 2024 20:53:36 +0000 (22:53 +0200)
committerTomas Vanek <vanekt@fbl.cz>
Fri, 25 Apr 2025 09:44:28 +0000 (09:44 +0000)
commita9608871692be6cda4d73ae837b4313747370ff8
treea32a3bde64f3ff3661b107baaa6bf2206bccba8a
parentd29c1c6d6df31f64ae5593babc65cfdffa312def
flash/nor/rp2xxx: drop couple of Java-like const

The compiler knows what variable remains constant during its lifetime
and there is no need to emphasise constantness.

Change-Id: Ib515f96a3c77afea87274f33b8ccac7a71bfb932
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: https://review.openocd.org/c/openocd/+/8459
Tested-by: jenkins
Reviewed-by: Jonathan Bell <jonathan@raspberrypi.com>
src/flash/nor/rp2xxx.c