Skip to content

Commit 406c4e9

Browse files
Driver: add new error code to cpuconf
1 parent bf77e82 commit 406c4e9

File tree

1 file changed

+1
-0
lines changed
  • include/zephyr/drivers/firmware/nrf_ironside

1 file changed

+1
-0
lines changed

include/zephyr/drivers/firmware/nrf_ironside/cpuconf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* @{
1717
*/
1818

19+
#define IRONSIDE_CPUCONF_ERROR_NO_FIRMWARE 0x5eb3
1920
#define IRONSIDE_CPUCONF_ERROR_WRONG_CPU 0x5eb2
2021
#define IRONSIDE_CPUCONF_ERROR_MEM_ACCESS_NOT_PERMITTED 0x5eb1
2122

0 commit comments

Comments
 (0)