This commit is contained in:
liyp
2026-02-10 09:37:03 +08:00
parent 0f8ea19850
commit 439b08b0f8
95 changed files with 118 additions and 458 deletions

View File

@@ -30,7 +30,7 @@ void CanRecive(void)
//打开CAN盒子同时如果有初始化这里也会初始化
uint8_t CanOpen(uint8_t Product, int DeviceType, int Chnl, int Baud, int OtherTyp1, int OtherType2)
{
{
switch (Product)
{
case SC_HHS:
@@ -44,4 +44,6 @@ uint8_t CanOpen(uint8_t Product, int DeviceType, int Chnl, int Baud, int OtherTy
default:
break;
}
return ERROR;
}