add support for mfrc proxyies

This commit is contained in:
2022-03-21 21:21:50 +01:00
parent 36cc688479
commit 58fe96f8b7
14 changed files with 518 additions and 152 deletions

5
placementnew.h Normal file
View File

@ -0,0 +1,5 @@
#pragma once
#include "stdint.h"
void* operator new(uint16_t, void* const buf);
void* operator new[](uint16_t, void* const buf);