removing platforms/test to make room for the same from a subrepo

This commit is contained in:
Attila Body 2019-12-15 20:39:52 +01:00
parent 3fb1c5f49e
commit 62afeabbbc
337 changed files with 0 additions and 141266 deletions

View file

@ -1,12 +0,0 @@
/*
* cmsis.c
*
* Created on: Nov 22, 2019
* Author: abody
*/
#include "cmsis.h"
#include <stdlib.h>
void MOCKABLE(__disable_irq)() {}
uint32_t MOCKABLE(__get_PRIMASK)() { return 0; }
void MOCKABLE(__set_PRIMASK)(uint32_t primask) {}