mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	[ps2,terminal_usb] Quick fix for build problem
This commit is contained in:
		
							parent
							
								
									a0d6bb1818
								
							
						
					
					
						commit
						bb25960424
					
				@ -15,11 +15,13 @@ endif
 | 
			
		||||
 | 
			
		||||
ifdef PS2_USE_INT
 | 
			
		||||
    SRC += protocol/ps2_interrupt.c
 | 
			
		||||
    SRC += protocol/ps2_io_avr.c
 | 
			
		||||
    OPT_DEFS += -DPS2_USE_INT
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
ifdef PS2_USE_USART
 | 
			
		||||
    SRC += protocol/ps2_usart.c
 | 
			
		||||
    SRC += protocol/ps2_io_avr.c
 | 
			
		||||
    OPT_DEFS += -DPS2_USE_USART
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,5 @@
 | 
			
		||||
#include <stdbool.h>
 | 
			
		||||
#include <avr/io.h>
 | 
			
		||||
#include <util/delay.h>
 | 
			
		||||
 | 
			
		||||
/* Check port settings for clock and data line */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user