mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
added stack trace method stub
This commit is contained in:
parent
fbb1a56c95
commit
681fe65c04
@ -61,6 +61,10 @@ public abstract class AbstractEmulatedMote extends AbstractWakeupMote implements
|
||||
return null;
|
||||
}
|
||||
|
||||
public String getStackTrace() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public interface MemoryMonitor {
|
||||
public boolean start(int address, int size);
|
||||
public void stop();
|
||||
|
Loading…
Reference in New Issue
Block a user