Skip to content

Commit

Permalink
fixup! sys/suit: Introduce functions to provide a manifest in memory
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed May 26, 2023
1 parent 9bbeab4 commit 35d5332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sys/include/suit/transport/worker.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ extern "C" {
#endif

/**
* @brief Trigger a SUIT udate via a worker thread
* @brief Trigger a SUIT update via a worker thread
*
* @param[in] url url pointer containing the full coap url to the manifest
* @param[in] len length of the url
*/
void suit_worker_trigger(const char *url, size_t len);

/**
* @brief Trigger a SUIT udate via a worker thread
* @brief Trigger a SUIT update via a worker thread
*
* @pre The caller called @ref suit_worker_try_prepare to obtain the @p buf, and
* populated @p size bytes into it.
Expand Down Expand Up @@ -82,7 +82,7 @@ void suit_worker_trigger_prepared(const uint8_t *manifest, size_t size);
int suit_worker_try_prepare(uint8_t **buffer, size_t *size);

/**
* @brief Trigger a SUIT udate
* @brief Trigger a SUIT update
*
* @note Make sure the thread calling this function has enough stack space to fit
* a whole flash page.
Expand Down

0 comments on commit 35d5332

Please sign in to comment.