Remove rnx_mitm

This commit is contained in:
Sandla Honerla 2019-06-04 12:50:13 +05:30
parent 272d6db436
commit 89145cbf2e

View File

@ -1,10 +0,0 @@
// Just a stub to get reinx only apps launching
#include <svc.h>
int main(){
// This should do nothing but hang forever
while(1){
//Do nothing
svcSleepThread(100000000);
};
};