flash/nor/nrf5: don't misuse uint32_t for refcount

Change-Id: I016fc9ae037fae75528850d35da059d1db5a4d45
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: https://review.openocd.org/c/openocd/+/7131
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Tomas Vanek 2022-08-17 10:42:47 +02:00 committed by Antonio Borneo
parent 60396be0b6
commit 50f80530c5
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ struct nrf5_device_spec {
};
struct nrf5_info {
uint32_t refcount;
unsigned int refcount;
struct nrf5_bank {
struct nrf5_info *chip;