Skip to content

Commit

Permalink
Fixed compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-jonsson committed Nov 15, 2024
1 parent 3335c29 commit 289a288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/ems/ems.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ static vxt_error config(struct ems *m, const char *section, const char *key, con
}

static struct vxt_peripheral *create(vxt_allocator *alloc, void *frontend, const char *args) VXT_PERIPHERAL_CREATE(alloc, ems, {
(void)frontend;
if (strcmp(args, "lotech_ems"))
return NULL;

Expand Down

0 comments on commit 289a288

Please sign in to comment.