Skip to content

Commit d865542

Browse files
committed
remove nop() from driver.lua
1 parent c5c1065 commit d865542

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

driver.lua

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
--
2-
-- SPDX-FileCopyrightText: (c) 2023-2024 Ring Zero Desenvolvimento de Software LTDA
2+
-- SPDX-FileCopyrightText: (c) 2023-2026 Ring Zero Desenvolvimento de Software LTDA
33
-- SPDX-License-Identifier: MIT OR GPL-2.0-only
44
--
55

66
local device = require("device")
77

8-
local function nop() end
9-
10-
local driver = {name = "lunatik", open = nop, release = nop}
8+
local driver = {name = "lunatik"}
119

1210
function driver:read()
1311
local result = self.result

0 commit comments

Comments
 (0)