mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
added stack trace method stub
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user