Added board hardware driver support for the Minimus board (thanks to the PSGroove team).
This commit is contained in:
		
							parent
							
								
									9aa94fee81
								
							
						
					
					
						commit
						06f222b3ed
					
				
					 8 changed files with 240 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -131,6 +131,8 @@
 | 
			
		|||
		#include "BLACKCAT/LEDs.h"
 | 
			
		||||
	#elif (BOARD == BOARD_MAXIMUS)
 | 
			
		||||
		#include "MAXIMUS/LEDs.h"
 | 
			
		||||
	#elif (BOARD == BOARD_MINIMUS)
 | 
			
		||||
		#include "MINIMUS/LEDs.h"
 | 
			
		||||
	#elif (BOARD == BOARD_USER)
 | 
			
		||||
		#include "Board/LEDs.h"
 | 
			
		||||
	#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue