mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-14 09:22:05 +08:00
dd778596b7
date: 2025-03-15T21:10:51 master commit: fb7b9c0f9420d228f03362970ebcfb7237095cf3
8 lines
242 B
C
8 lines
242 B
C
#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};
|