adamgreen / mri

MRI - Monitor for Remote Inspection. The gdb compatible debug monitor for Cortex-M devices.
Apache License 2.0
155 stars 57 forks source link

Replace (int)(xxx) cast with !!(xxx) to ensure the result either 0 or 1 #19

Closed xiaoxiang781216 closed 2 years ago

adamgreen commented 2 years ago

Non-zero return values representing true are the typical expectation for C code.