Initialize Component Management

This commit is contained in:
2025-03-25 18:44:16 +01:00
parent 52daa062df
commit 133ee646d1
28 changed files with 167 additions and 69 deletions

View File

@ -66,4 +66,9 @@ public class WatchdogTimer implements WatchdogTimerInterface {
public long get (){
return realtimer;
}
@Override
public void initialize(PICComponents picComponents) {
}
}