Skip to content

Commit

Permalink
Add ota.h to the stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Aug 20, 2023
1 parent 336582f commit 783518c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/cbmc/include/stubs.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
* @brief Includes the declaration of all the stubs required in the CBMC proofs.
*/

#include "ota.h"

/* Stub for initFileTransfer function. */
OtaErr_t initFileTransferStub( OtaAgentContext_t * agent );

Expand Down

0 comments on commit 783518c

Please sign in to comment.