mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 23:21:54 +00:00 
			
		
		
		
	lock free
This commit is contained in:
		| @@ -79,11 +79,8 @@ struct UsbDataChunk { | |||||||
|   uint8_t length;  // Max 64 bytes, so uint8_t is sufficient |   uint8_t length;  // Max 64 bytes, so uint8_t is sufficient | ||||||
|   USBUartChannel *channel; |   USBUartChannel *channel; | ||||||
|  |  | ||||||
|   // Required for EventPool - reset to clean state |   // Required for EventPool - no cleanup needed for POD types | ||||||
|   void release() { |   void release() {} | ||||||
|     this->length = 0; |  | ||||||
|     this->channel = nullptr; |  | ||||||
|   } |  | ||||||
| }; | }; | ||||||
|  |  | ||||||
| class USBUartChannel : public uart::UARTComponent, public Parented<USBUartComponent> { | class USBUartChannel : public uart::UARTComponent, public Parented<USBUartComponent> { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user