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

Change-Id: Ib4ee64dec9c1253ae45bc58e9f175ab36964180a
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: http://openocd.zylin.com/6162
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
Marc Schink 2021-04-11 21:36:00 +02:00 committed by Tomas Vanek
parent ff755a575e
commit dc277057f5
1 changed files with 1 additions and 1 deletions

View File

@ -1132,7 +1132,7 @@ static const struct numicro_cpu_type NuMicroParts[] = {
/* Private bank information for NuMicro. */
struct numicro_flash_bank {
struct working_area *write_algorithm;
int probed;
bool probed;
const struct numicro_cpu_type *cpu;
};