Skip to content

Incorrect include paths in the file 'vscp_evt_information.c' (compile error) #10

Closed
@michpro

Description

@michpro

In the file 'vscp_evt_information.c' is:

#include "vscp_evt_information.h"
#include "vscp_core.h"
#include "vscp_class_l1.h"
#include "vscp_type_information.h"

, and should be:

#include "vscp_evt_information.h"
#include "../core/vscp_core.h"
#include "../core/vscp_class_l1.h"
#include "../core/vscp_type_information.h"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions