flash/nor/stm32h7x: Use 'bool' data type

Change-Id: Ib9c567e2287f2a99172bd3bd35a81e3205cea421
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: http://openocd.zylin.com/5749
Tested-by: jenkins
Reviewed-by: Christopher Head <chead@zaber.com>
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Marc Schink 2020-07-01 10:26:57 +02:00 committed by Antonio Borneo
parent 4acd965573
commit 707291cf38
1 changed files with 1 additions and 1 deletions

View File

@ -882,7 +882,7 @@ static int stm32x_probe(struct flash_bank *bank)
return ERROR_FAIL;
}
stm32x_info->probed = 1;
stm32x_info->probed = true;
return ERROR_OK;
}