Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pico-sdk
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microcontroller
pico-sdk
Commits
333974fd
Unverified
Commit
333974fd
authored
1 year ago
by
Hiroyuki OYAMA
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Corrects errors in returning constant labels (#1735)
parent
a567349a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/rp2_common/pico_flash/include/pico/flash.h
+1
-1
1 addition, 1 deletion
src/rp2_common/pico_flash/include/pico/flash.h
with
1 addition
and
1 deletion
src/rp2_common/pico_flash/include/pico/flash.h
+
1
−
1
View file @
333974fd
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment