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 59d2b02 commit 50b4a22Copy full SHA for 50b4a22
src/common/pico_base_headers/include/pico/error.h
@@ -42,9 +42,9 @@ enum pico_error_codes {
42
PICO_ERROR_UNSUPPORTED_MODIFICATION = -18, ///< Write is impossible based on previous writes; e.g. attempted to clear an OTP bit
43
PICO_ERROR_LOCK_REQUIRED = -19, ///< A required lock is not owned
44
PICO_ERROR_VERSION_MISMATCH = -20, ///< A version mismatch occurred (e.g. trying to run PIO version 1 code on RP2040)
45
- PICO_ERROR_RESOURCE_IN_USE = -21 ///< The call could not proceed because requires resourcesw were unavailable
+ PICO_ERROR_RESOURCE_IN_USE = -21 ///< The call could not proceed because the required resources were unavailable
46
};
47
48
#endif // !__ASSEMBLER__
49
50
-#endif
+#endif
0 commit comments