rusefi-1/firmware/hw_layer/ports/stm32/stm32f0/mpu_util.h

17 lines
286 B
C

/**
* @file mpu_util.h
*
* @date Dec 23, 2014
* @author Andrey Belomutskiy, (c) 2012-2020
*/
#ifndef MPU_UTIL_H_
#define MPU_UTIL_H_
// we are lucky - all CAN pins use the same AF
#define EFI_CAN_RX_AF 9
#define EFI_CAN_TX_AF 9
#define baseMCUInit() {}
#endif /* MPU_UTIL_H_ */