aboutsummaryrefslogtreecommitdiff
path: root/puzzle/neo/mod.c
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-23 14:16:41 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-23 14:16:41 +0200
commit77aba570a3a94cdcf78e82dc0ebbff0c3dde41d1 (patch)
tree4bd27c849d168877a6ad66e7e44d930a6ca25a1d /puzzle/neo/mod.c
parente22d67e4ac0c03f8e05ae887b62791ce57e8818c (diff)
clean up documentation for puzzle modules
Diffstat (limited to 'puzzle/neo/mod.c')
-rw-r--r--puzzle/neo/mod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/puzzle/neo/mod.c b/puzzle/neo/mod.c
index 058a585..7157d22 100644
--- a/puzzle/neo/mod.c
+++ b/puzzle/neo/mod.c
@@ -1,6 +1,6 @@
#include "pb.h"
#include "pb-mod.h"
-const char * PB_MOD_NAME = "dummy";
-const i2c_addr_t PB_MOD_ADDR = PB_ADDR_MOD_DUMMY;
+const char * PB_MOD_NAME = "neotrellis";
+const i2c_addr_t PB_MOD_ADDR = PB_ADDR_MOD_NEOTRELLIS;