forked from mirrors/qmk_userspace
		
	Workaround for pin_def errors on KINETIS (#16614)
This commit is contained in:
		
					parent
					
						
							
								0015ebad47
							
						
					
				
			
			
				commit
				
					
						1833e65370
					
				
			
		
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -15,6 +15,10 @@
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#pragma once
 | 
					#pragma once
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// TODO: including this avoids "error: expected identifier before '(' token" errors
 | 
				
			||||||
 | 
					//       here just to please KINETIS builds...
 | 
				
			||||||
 | 
					#include "platform_deps.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// useful for direct pin mapping
 | 
					// useful for direct pin mapping
 | 
				
			||||||
#define NO_PIN (pin_t)(~0)
 | 
					#define NO_PIN (pin_t)(~0)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue