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:
parent
60396be0b6
commit
50f80530c5
|
@ -136,7 +136,7 @@ struct nrf5_device_spec {
|
|||
};
|
||||
|
||||
struct nrf5_info {
|
||||
uint32_t refcount;
|
||||
unsigned int refcount;
|
||||
|
||||
struct nrf5_bank {
|
||||
struct nrf5_info *chip;
|
||||
|
|
Loading…
Reference in New Issue