Rename: senseDeviceSpecs => deviceAttachmentSpecs

This commit is contained in:
2025-08-29 16:33:17 -04:00
parent ee8fca3008
commit bb7be7fb3c
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ std::vector<std::shared_ptr<InteroceptorDevAttachmentSpec>>
std::vector<std::shared_ptr<ExtrospectorDevAttachmentSpec>>
DeviceManager::extrospectorDeviceSpecs;
std::vector<std::shared_ptr<DeviceAttachmentSpec>>
DeviceManager::senseDeviceSpecs;
DeviceManager::deviceAttachmentSpecs;
const std::string DeviceManager::stringifyDeviceSpecs(void)
{