mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Code formatting and comments
Former-commit-id: 80b42aa9905d560aff1c1052e3bcd26eddb0821b
This commit is contained in:
		@@ -184,7 +184,7 @@ int LedDeviceLightpack::open()
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		// set the led buffer size (command + 6 bytes per led)
 | 
							// set the led buffer size (command + 6 bytes per led)
 | 
				
			||||||
		_ledBuffer.resize(1 + _ledCount * 6, 0);
 | 
							_ledBuffer = std::vector<uint8_t>(1 + _ledCount * 6, 0);
 | 
				
			||||||
		_ledBuffer[0] = CMD_UPDATE_LEDS;
 | 
							_ledBuffer[0] = CMD_UPDATE_LEDS;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user