mirror of
https://github.com/thelsing/knx.git
synced 2025-01-02 00:06:43 +01:00
bugfix, print not allowed in constructor (#22)
This commit is contained in:
parent
13b1cff315
commit
0a8c231627
@ -35,6 +35,4 @@ Platform::Platform()
|
|||||||
_memoryReference = (uint8_t*)malloc(1);
|
_memoryReference = (uint8_t*)malloc(1);
|
||||||
free(_memoryReference);
|
free(_memoryReference);
|
||||||
_memoryReference -= 1024;
|
_memoryReference -= 1024;
|
||||||
print("MemRef: ");
|
|
||||||
println((long unsigned int)_memoryReference, HEX);
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user