1
0
Fork 0
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:
Steffen Vogel 2017-03-12 17:14:53 -03:00
parent d2a281bc9d
commit 1b281be53c
2 changed files with 2 additions and 3 deletions

View file

@ -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()
{

View file

@ -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++)