add comment

This commit is contained in:
Zsombor Barna 2024-02-28 10:09:23 +01:00
parent 4e97b87e4d
commit 48fcbb7f95
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ static SCM bind(SCM keydata, SCM fun){
static SCM led(SCM leddata, SCM op) {
struct input_event e;
// no need to initialize time
e.type = EV_LED;
e.code = scm_to_unsigned_integer(leddata, 0, LED_MAX);
e.value = scm_to_bool(op);