add support for mfrc proxyies
This commit is contained in:
parent
36cc688479
commit
58fe96f8b7
14 changed files with 518 additions and 152 deletions
5
placementnew.h
Normal file
5
placementnew.h
Normal 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue