We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3851588 commit de41047Copy full SHA for de41047
include/zephyr/drivers/firmware/nrf_ironside/cpuconf.h
@@ -53,7 +53,7 @@ BUILD_ASSERT(IRONSIDE_CPUCONF_NUM_ARGS <= NRF_IRONSIDE_CALL_NUM_ARGS);
53
* @param cpu The CPU to be booted
54
* @param vector_table Pointer to the vector table used to boot the CPU.
55
* @param cpu_wait When this is true, the CPU will WAIT even if the CPU has clock.
56
- * @param msg A message that can be placed in radiocore's boot report.
+ * @param msg A message that can be placed in cpu's boot report.
57
* @param msg_size Size of the message in bytes.
58
*
59
* @note cpu_wait is only intended to be enabled for debug purposes
0 commit comments