index
:
pub/fmorgner/throttle-quadrant.git
master
[no description]
fmorgner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utilities.cpp
blob: d05e67c7b39d6f7207821366923c5409ea035a8e (
plain
)
1
2
3
4
5
#include
<Arduino.h>
void
*
operator
new
(
size_t
size
,
void
*
ptr
)
{
return
ptr
;
}