mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	Redefinition of MIN is avoided in midi.c (#18203)
This commit is contained in:
		
							parent
							
								
									de1d6b6f15
								
							
						
					
					
						commit
						f04336ff46
					
				| @ -19,7 +19,9 @@ | ||||
| #include "midi.h" | ||||
| #include <string.h> //for memcpy | ||||
| 
 | ||||
| #define MIN(x, y) (((x) < (y)) ? (x) : (y)) | ||||
| #ifndef MIN | ||||
| #    define MIN(x, y) (((x) < (y)) ? (x) : (y)) | ||||
| #endif | ||||
| 
 | ||||
| #ifndef NULL | ||||
| #    define NULL 0 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 3araht
						3araht