Skip to content
Snippets Groups Projects
Unverified Commit 333974fd authored by Hiroyuki OYAMA's avatar Hiroyuki OYAMA Committed by GitHub
Browse files

Corrects errors in returning constant labels (#1735)

parent a567349a
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ bool flash_safe_execute_core_deinit(void); ...@@ -78,7 +78,7 @@ bool flash_safe_execute_core_deinit(void);
* \param enter_exit_timeout_ms the timeout for each of the enter/exit phases when coordinating with the other core * \param enter_exit_timeout_ms the timeout for each of the enter/exit phases when coordinating with the other core
* *
* \return PICO_OK on success (the function will have been called). * \return PICO_OK on success (the function will have been called).
* PICO_TIMEOUT on timeout (the function may have been called). * PICO_ERROR_TIMEOUT on timeout (the function may have been called).
* PICO_ERROR_NOT_PERMITTED if safe execution is not possible (the function will not have been called). * PICO_ERROR_NOT_PERMITTED if safe execution is not possible (the function will not have been called).
* PICO_ERROR_INSUFFICIENT_RESOURCES if the method fails due to dynamic resource exhaustion (the function will not have been called) * PICO_ERROR_INSUFFICIENT_RESOURCES if the method fails due to dynamic resource exhaustion (the function will not have been called)
* \note if \ref PICO_FLASH_ASSERT_ON_UNSAFE is 1, this function will assert in debug mode vs returning * \note if \ref PICO_FLASH_ASSERT_ON_UNSAFE is 1, this function will assert in debug mode vs returning
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment