typo
This commit is contained in:
parent
251f198441
commit
068300c5f5
@ -372,6 +372,7 @@ void cUiUpdatePower(void)
|
||||
}
|
||||
//control.dmesg(`detect devices done`)
|
||||
}
|
||||
}
|
||||
|
||||
export class Sensor extends control.Component {
|
||||
protected _port: number // this is 0-based
|
||||
@ -822,9 +823,9 @@ void cUiUpdatePower(void)
|
||||
TST_UART_READ = 0xc0487409,
|
||||
TST_UART_WRITE = 0xc048740a,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
namespace sensors {
|
||||
namespace sensors {
|
||||
export enum ThresholdState {
|
||||
Normal = 1,
|
||||
High = 2,
|
||||
@ -910,5 +911,4 @@ void cUiUpdatePower(void)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user