Skip to content

Commit 530fe9f

Browse files
committed
Fix build
1 parent d14e9f7 commit 530fe9f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

firmware/boards/port_shared.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#pragma once
22

3+
#include "../can_base.h"
4+
35
#if WB_PROD
46

57
#include "hal.h"
6-
#include "../can_base.h"
78

89
const CANConfig& GetCanConfig(CanBaudRate baudRate);
910

0 commit comments

Comments
 (0)