Rename RangeDescriptor::bodySpot=>stimulusBufferSpot

This commit is contained in:
2025-11-28 14:57:53 -04:00
parent 0116523a66
commit 30f599cde3
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ public:
*/
struct RangeDescriptor
{
uint32_t bodySpot;
uint32_t stimulusBufferSpot;
size_t nContiguousSpots;
};