1
0
Fork 0

Merge branch 'CANopenNode:master' into master

This commit is contained in:
Frab012 2026-07-08 08:45:38 +02:00 committed by GitHub
commit 670f6aba2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,6 +47,7 @@ main(void) {
CO_ReturnError_t err;
CO_NMT_reset_cmd_t reset = CO_RESET_NOT;
uint32_t heapMemoryUsed;
/* Blank target keeps this NULL; real ports must provide the CAN module context before CAN initialization. */
void* CANptr = NULL; /* CAN module address */
uint8_t pendingNodeId = 10; /* read from dip switches or nonvolatile memory, configurable by LSS slave */
uint8_t activeNodeId = 10; /* Copied from CO_pendingNodeId in the communication reset section */