Initialize Component Management
This commit is contained in:
@ -66,4 +66,9 @@ public class WatchdogTimer implements WatchdogTimerInterface {
|
||||
public long get (){
|
||||
return realtimer;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void initialize(PICComponents picComponents) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user