mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
several smaller fixes and documentation updates
This commit is contained in:
parent
d2a281bc9d
commit
1b281be53c
2 changed files with 2 additions and 3 deletions
|
@ -32,8 +32,7 @@
|
|||
#define CPU_HZ 3392389000
|
||||
|
||||
static struct fpga_card *card;
|
||||
|
||||
static struct cfg cfg;
|
||||
static struct super_node cfg;
|
||||
|
||||
static void init()
|
||||
{
|
||||
|
|
|
@ -18,7 +18,7 @@ Test(hist, simple) {
|
|||
struct hist h;
|
||||
int ret;
|
||||
|
||||
ret = hist_create(&h, -100, 100, 1);
|
||||
ret = hist_init(&h, -100, 100, 1);
|
||||
cr_assert_eq(ret, 0);
|
||||
|
||||
for (int i = 0; i < ARRAY_LEN(test_data); i++)
|
||||
|
|
Loading…
Add table
Reference in a new issue