mcu-tools / mcuboot

Secure boot for 32-bit Microcontrollers!
Apache License 2.0
1.34k stars 676 forks source link

cmake: zephyr: change ERROR into FATAL_ERROR #2065

Closed tejlmand closed 2 months ago

tejlmand commented 2 months ago

CMake's message function was mistakenly called with ERROR but the correct correct argument to use is FATAL_ERROR.