adds initial user defined panels
This commit is contained in:
@@ -154,7 +154,7 @@ impl TelemetryManagementService {
|
||||
.collect()
|
||||
}
|
||||
|
||||
pub fn pin(&self) -> TelemetryManagementServicePin {
|
||||
pub fn pin(&self) -> TelemetryManagementServicePin<'_> {
|
||||
TelemetryManagementServicePin {
|
||||
tlm_data: self.tlm_data.pin(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user