Skip to content

Function bt_system_init does not return a value #57

Description

@szsam

Function bt_system_init should return a value of type BT_ERROR but does not return a value here

#ifndef BT_CONFIG_KERNEL_NONE
BT_CreateProcess((BT_FN_THREAD_ENTRY) main, "MAIN", &oThreadConfig, &Error);
#else
main(0, NULL);
#endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions