Updated to latest libopeninv

This commit is contained in:
johannes
2023-12-15 17:56:07 +01:00
parent 7de1ca7d1d
commit b4029be7a0
9 changed files with 78 additions and 170 deletions
+2 -2
View File
@@ -18,12 +18,12 @@
*/
#ifndef CHARGERCAN_H
#define CHARGERCAN_H
#include "stm32_can.h"
#include "canmap.h"
class ChargerCAN
{
public:
static void MapMessages(Can* can);
static void MapMessages(CanMap* can);
protected: