Skip to content

Commit

Permalink
Created cpu core function mocks and deleted defines by using them fro…
Browse files Browse the repository at this point in the history
…m original file
  • Loading branch information
diyarajon committed Mar 2, 2024
1 parent 18baf1c commit 0257ebc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 488 deletions.
8 changes: 8 additions & 0 deletions Tests/UnitTests/Mocks/RTOS/cpu_core.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/////////////////////////////////////////////
////// MOCK //////
/////////////////////////////////////////////

#include "cpu_core.h"
#include "fff.h"

DEFINE_FAKE_VOID_FUNC(CPU_Init);
Loading

0 comments on commit 0257ebc

Please sign in to comment.