auto-sync
This commit is contained in:
parent
f3dfc4c096
commit
d96972701c
|
@ -322,10 +322,10 @@ static msg_t hipThread(void *arg) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void initHip9011(Logging *sharedLogger) {
|
void initHip9011(Logging *sharedLogger) {
|
||||||
|
logger = sharedLogger;
|
||||||
addConsoleAction("hipinfo", showHipInfo);
|
addConsoleAction("hipinfo", showHipInfo);
|
||||||
if (!boardConfiguration->isHip9011Enabled)
|
if (!boardConfiguration->isHip9011Enabled)
|
||||||
return;
|
return;
|
||||||
logger = sharedLogger;
|
|
||||||
|
|
||||||
// todo: apply new properties on the fly
|
// todo: apply new properties on the fly
|
||||||
prepareHip9011RpmLookup(
|
prepareHip9011RpmLookup(
|
||||||
|
|
Loading…
Reference in New Issue