Ready for install: Switch to CAN1 and add unused PWM IDs for front
This commit is contained in:
		@ -2,8 +2,8 @@
 | 
			
		||||
#define MAPPINGS_H
 | 
			
		||||
 | 
			
		||||
// CHOOSE ONE, comment the other or comment both and use -D SN_FRONT
 | 
			
		||||
//#define SN_FRONT
 | 
			
		||||
#define SN_REAR
 | 
			
		||||
#define SN_FRONT
 | 
			
		||||
//#define SN_REAR
 | 
			
		||||
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
#include "main.h"
 | 
			
		||||
@ -129,6 +129,11 @@ static can_pkt_t CAN_SIGNAL_MAP[NUM_TX_PKT] = {
 | 
			
		||||
    }
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#define CAN_PWM_DC_ID 0x0DA // UNUSED
 | 
			
		||||
#define CAN_PWM_CONF_ID 0x0DB // UNUSED
 | 
			
		||||
#define CAN_PWM_BASE_ID CAN_PWM_DC_ID
 | 
			
		||||
#define CAN_PWM_FILTER_MASK 0x7FE // Match both
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifdef SN_REAR
 | 
			
		||||
@ -173,6 +178,8 @@ static can_pkt_t CAN_SIGNAL_MAP[NUM_TX_PKT] = {
 | 
			
		||||
 | 
			
		||||
#define CAN_PWM_DC_ID 0x0DC
 | 
			
		||||
#define CAN_PWM_CONF_ID 0x0DD
 | 
			
		||||
#define CAN_PWM_BASE_ID CAN_PWM_DC_ID
 | 
			
		||||
#define CAN_PWM_FILTER_MASK 0x7FE // Match both 0x0DC and 0x0DD
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user