You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
242 B
8 lines
242 B
2 months ago
|
#pragma once
|
||
|
#include "can_declarations.h"
|
||
|
|
||
|
static const uint8_t PANDA_CAN_CNT = 3U;
|
||
|
static const uint8_t PANDA_BUS_CNT = 3U;
|
||
|
|
||
|
static const unsigned char dlc_to_len[] = {0U, 1U, 2U, 3U, 4U, 5U, 6U, 7U, 8U, 12U, 16U, 20U, 24U, 32U, 48U, 64U};
|