rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
can_gpio_msiobox.h
Go to the documentation of this file.
1/**
2 * can_gpio.h
3 */
4#pragma once
5
6#include "efifeatures.h"
7
8#if EFI_CAN_GPIO
9/* not number of pins but number of entities in IO module set */
10#define BOARD_CAN_GPIO_COUNT 1
11#else
12#define BOARD_CAN_GPIO_COUNT 0
13#endif
14
void initCanGpioMsiobox()