From 0458aba5204b2c0e009b03a600da13ebb9f9c13e Mon Sep 17 00:00:00 2001 From: tracer-ysyx Date: Tue, 9 Jan 2024 20:52:39 +0800 Subject: [PATCH] =?UTF-8?q?>=20build=5Fnpc=5FVKeyboard=5Fnvboard=20=20ysyx?= =?UTF-8?q?=5F22040000=20=E6=9D=8E=E5=BF=83=E6=9D=A8=20=20Linux=20calcite?= =?UTF-8?q?=206.1.69=20#1-NixOS=20SMP=20PREEMPT=5FDYNAMIC=20Wed=20Dec=2020?= =?UTF-8?q?=2016:00:29=20UTC=202023=20x86=5F64=20GNU/Linux=20=20=2020:52:3?= =?UTF-8?q?9=20=20up=201=20day=2019:53,=20=202=20users,=20=20load=20averag?= =?UTF-8?q?e:=200.93,=200.76,=200.81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/csrc_nvboard/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/npc/csrc_nvboard/main.cpp b/npc/csrc_nvboard/main.cpp index c1adb52..dbaee60 100644 --- a/npc/csrc_nvboard/main.cpp +++ b/npc/csrc_nvboard/main.cpp @@ -18,6 +18,7 @@ int main(int argc, char **argv, char **env) { while (true) { nvboard_update(); top->eval(); + printf("%d, %d, %d", top->io_segs_0, top->io_segs_1, top->io_segs_2); } delete top; } \ No newline at end of file