mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 13:22:31 +01:00 
			
		
		
		
	Fixed ring buffer size limited to 255 elements, instead of the intended 65535 elements.
This commit is contained in:
		
							parent
							
								
									c6d6bdae0a
								
							
						
					
					
						commit
						738c9203fc
					
				| @ -113,7 +113,7 @@ | |||||||
| 			uint8_t* Out; /**< Current retrieval location in the circular buffer. */ | 			uint8_t* Out; /**< Current retrieval location in the circular buffer. */ | ||||||
| 			uint8_t* Start; /**< Pointer to the start of the buffer's underlying storage array. */ | 			uint8_t* Start; /**< Pointer to the start of the buffer's underlying storage array. */ | ||||||
| 			uint8_t* End; /**< Pointer to the end of the buffer's underlying storage array. */ | 			uint8_t* End; /**< Pointer to the end of the buffer's underlying storage array. */ | ||||||
| 			uint8_t  Size; /**< Size of the buffer's underlying storage array. */ | 			uint16_t Size; /**< Size of the buffer's underlying storage array. */ | ||||||
| 			uint16_t Count; /**< Number of bytes currently stored in the buffer. */ | 			uint16_t Count; /**< Number of bytes currently stored in the buffer. */ | ||||||
| 		} RingBuffer_t; | 		} RingBuffer_t; | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -22,7 +22,7 @@ | |||||||
|   * |   * | ||||||
|   *  <b>Fixed:</b> |   *  <b>Fixed:</b> | ||||||
|   *  - Core: |   *  - Core: | ||||||
|   *   - None |   *   - Fixed ring buffer size limited to 255 elements, instead of the intended 65535 elements. | ||||||
|   *  - Library Applications: |   *  - Library Applications: | ||||||
|   *   - Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocols (thanks to Justin Mattair) |   *   - Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocols (thanks to Justin Mattair) | ||||||
|   * |   * | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Dean Camera
						Dean Camera