Compare commits
	
		
			1 Commits
		
	
	
		
			2ab77d75d6
			...
			add-F3-mac
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 5832f00cbc | 
@ -1,7 +1,7 @@
 | 
				
			|||||||
#ifndef CAN_HALAL_H
 | 
					#ifndef CAN_HALAL_H
 | 
				
			||||||
#define CAN_HALAL_H
 | 
					#define CAN_HALAL_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(STM32F3)
 | 
					#if defined(STM32F302x8) || defined(STM32F302xB)  || defined(STM32F302xC) || defined(STM32F3)
 | 
				
			||||||
#include "stm32f3xx_hal.h"
 | 
					#include "stm32f3xx_hal.h"
 | 
				
			||||||
#define FTCAN_IS_BXCAN
 | 
					#define FTCAN_IS_BXCAN
 | 
				
			||||||
#define FTCAN_NUM_FILTERS 13
 | 
					#define FTCAN_NUM_FILTERS 13
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user