This is an automated email from Gerrit. Marc Schink ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5738
-- gerrit commit fd3a48bcc502d452c3f4bebc1156b97c55b729a1 Author: Marc Schink <[email protected]> Date: Wed Jul 1 10:23:44 2020 +0200 flash/nor/cfi: Use 'bool' data type Change-Id: I25198223175c26aded9ad667b802da09883e94ee Signed-off-by: Marc Schink <[email protected]> diff --git a/src/flash/nor/cfi.h b/src/flash/nor/cfi.h index aef7a04..cc1fd33 100644 --- a/src/flash/nor/cfi.h +++ b/src/flash/nor/cfi.h @@ -26,7 +26,7 @@ struct cfi_flash_bank { int x16_as_x8; int jedec_probe; int not_cfi; - int probed; + bool probed; enum target_endianness endianness; int data_swap; -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
