You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In lessons 1 and 3, add_values uses src as a source and destination though the comment declares it as const uint8_t *.
Should the comments instead be ;static void add_values(uint8_t *src, const uint8_t *src2)?
The text was updated successfully, but these errors were encountered:
In lessons 1 and 3, add_values uses src as a source and destination though the comment declares it as
const uint8_t *
.Should the comments instead be
;static void add_values(uint8_t *src, const uint8_t *src2)
?The text was updated successfully, but these errors were encountered: