Fix Spacing issue in makefile that breaks Terminal config
This commit is contained in:
		
							parent
							
								
									1b3ac77fec
								
							
						
					
					
						commit
						388df5359b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -46,7 +46,7 @@ ifeq ($(PLATFORM),CHIBIOS) | |||
|   endif | ||||
|   ifeq ($(strip $(AUTO_SHIFT_ENABLE)), yes) | ||||
|     TMK_COMMON_SRC += $(CHIBIOS)/os/various/syscalls.c | ||||
|   else ifeq($(strip $(TERMINAL_ENABLE)), yes) | ||||
|   else ifeq ($(strip $(TERMINAL_ENABLE)), yes) | ||||
|     TMK_COMMON_SRC += $(CHIBIOS)/os/various/syscalls.c | ||||
|   endif | ||||
| endif | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Drashna Jaelre
						Drashna Jaelre