mirror of
				https://github.com/thelsing/knx.git
				synced 2025-10-26 10:26:25 +01:00 
			
		
		
		
	Fixing metadata size (#119)
This commit is contained in:
		
							parent
							
								
									d46b51fd4f
								
							
						
					
					
						commit
						742e7a1ee7
					
				| @ -54,5 +54,5 @@ public: | |||||||
|     uint8_t* _data = nullptr; |     uint8_t* _data = nullptr; | ||||||
|     MemoryBlock* _freeList = nullptr; |     MemoryBlock* _freeList = nullptr; | ||||||
|     MemoryBlock* _usedList = nullptr; |     MemoryBlock* _usedList = nullptr; | ||||||
|     uint16_t _metadataSize = 0; |     uint16_t _metadataSize = 4 + LEN_HARDWARE_TYPE; // accounting for 2x pushWord and pushByteArray of length LEN_HARDWARE_TYPE
 | ||||||
| }; | }; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user