Skip to content

Commit 537d2f4

Browse files
committed
convert daq to external
1 parent b7ec738 commit 537d2f4

File tree

3 files changed

+10
-77
lines changed

3 files changed

+10
-77
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"node_name": "DAQ",
3+
"bus_name": "VCAN",
4+
"tx": [],
5+
"rx": [
6+
{
7+
"msg_name": "gps_time"
8+
}
9+
]
10+
}

common/can_library/configs/nodes/DAQ.json

Lines changed: 0 additions & 76 deletions
This file was deleted.

source/daq/daq_hub/daq_eth.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include "main.h"
1919
#include "w5500/socket.h"
2020
#include "w5500/wizchip_conf.h"
21-
#include "common/can_library/generated/DAQ.h"
2221

2322
static int8_t eth_init(void);
2423
static int8_t eth_get_link_up(void);

0 commit comments

Comments
 (0)