add support for mfrc proxyies
This commit is contained in:
parent
36cc688479
commit
58fe96f8b7
14 changed files with 518 additions and 152 deletions
11
placementnew.cpp
Normal file
11
placementnew.cpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include "placementnew.h"
|
||||
|
||||
void* operator new(uint16_t, void* const buf)
|
||||
{
|
||||
return buf;
|
||||
}
|
||||
|
||||
void* operator new[](uint16_t, void* const buf)
|
||||
{
|
||||
return buf;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue