mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +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);
|
||||
free(_memoryReference);
|
||||
_memoryReference -= 1024;
|
||||
print("MemRef: ");
|
||||
println((long unsigned int)_memoryReference, HEX);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user