replaced gtest + mockme with CPPUtest + subhook
Part 1
This commit is contained in:
parent
95af4ce0d8
commit
8709bcb465
284 changed files with 87 additions and 113526 deletions
12
platforms/platform-test-f4-ll/platform/cmsis.c
Normal file
12
platforms/platform-test-f4-ll/platform/cmsis.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* cmsis.c
|
||||
*
|
||||
* Created on: Nov 22, 2019
|
||||
* Author: abody
|
||||
*/
|
||||
#include "cmsis.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
void __disable_irq)() {}
|
||||
uint32_t __get_PRIMASK() { return 0; }
|
||||
void __set_PRIMASK(uint32_t primask) {}
|
Loading…
Add table
Add a link
Reference in a new issue