Skip to content

Commit a6c2fc0

Browse files
committed
bug(lunatik): add module name in lunatik script
1 parent d3f229f commit a6c2fc0

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

bin/lunatik

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local lunatik = {
99
device = "/dev/lunatik",
1010
modules = {"lunatik", "luadevice", "lualinux", "luanotifier", "luasocket", "luarcu",
1111
"luathread", "luafib", "luadata", "luaprobe", "luasyscall", "luaxdp", "luafifo", "luaxtable",
12-
"luanetfilter", "luacompletion", "lunatik_run", "luahid"}
12+
"luanetfilter", "luacompletion", "luahid", "lunatik_run"}
1313
}
1414

1515
function lunatik.prompt()

lib/luahid.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
#include <lunatik.h>
2121

22-
#include "luanetfilter.h"
23-
2422
typedef struct luahid_s {
2523
lunatik_object_t *runtime;
2624
struct hid_driver driver;

0 commit comments

Comments
 (0)