Skip to content

Commit 50b4a22

Browse files
authored
Fix minor typos in error header (#2594) (#2594)
1 parent 59d2b02 commit 50b4a22

File tree

1 file changed

+2
-2
lines changed
  • src/common/pico_base_headers/include/pico

1 file changed

+2
-2
lines changed

src/common/pico_base_headers/include/pico/error.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ enum pico_error_codes {
4242
PICO_ERROR_UNSUPPORTED_MODIFICATION = -18, ///< Write is impossible based on previous writes; e.g. attempted to clear an OTP bit
4343
PICO_ERROR_LOCK_REQUIRED = -19, ///< A required lock is not owned
4444
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
45+
PICO_ERROR_RESOURCE_IN_USE = -21 ///< The call could not proceed because the required resources were unavailable
4646
};
4747

4848
#endif // !__ASSEMBLER__
4949

50-
#endif
50+
#endif

0 commit comments

Comments
 (0)