Skip to content

Commit e46f10d

Browse files
Updated module defines based on latest header.
Signed-off-by: David Rebbe <drebbe@intrepidcs.com>
1 parent 1870a15 commit e46f10d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/setup_module_auto_defines.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,12 @@ int setup_module_auto_defines(PyObject * module)
306306
result += PyModule_AddObject(module, "NEOVI_RED_TIMESTAMP_1_25NS", PyFloat_FromDouble(NEOVI_RED_TIMESTAMP_1_25NS));
307307
result += PyModule_AddObject(module, "NEOVI_RED_TIMESTAMP_2_10NS", PyFloat_FromDouble(NEOVI_RED_TIMESTAMP_2_10NS));
308308
result += PyModule_AddObject(module, "NEOVI_RED_TIMESTAMP_1_10NS", PyFloat_FromDouble(NEOVI_RED_TIMESTAMP_1_10NS));
309+
result += PyModule_AddIntMacro(module, CANNODE_STATUS_COREMINI_IS_RUNNING);
310+
result += PyModule_AddIntMacro(module, CANNODE_STATUS_IN_BOOTLOADER);
311+
result += PyModule_AddIntMacro(module, MAIN_VNET);
312+
result += PyModule_AddIntMacro(module, SLAVE_VNET_A);
313+
result += PyModule_AddIntMacro(module, SLAVE_VNET_B);
314+
result += PyModule_AddIntMacro(module, WIFI_CONNECTION);
309315
// enum
310316
result += PyModule_AddIntMacro(module, AUTO);
311317
result += PyModule_AddIntMacro(module, USE_TQ);

0 commit comments

Comments
 (0)