-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sending protobuf messages from a test target to the other
- Loading branch information
Showing
11 changed files
with
282 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// | ||
// Created by Cyril on 05/10/2021. | ||
// | ||
|
||
#ifndef ORB_FIRMWARE_APP_MAIN_INCLUDE_APP_CONFIG_H | ||
#define ORB_FIRMWARE_APP_MAIN_INCLUDE_APP_CONFIG_H | ||
|
||
#ifndef CONFIG_CAN_ADDRESS_MCU | ||
#define CONFIG_CAN_ADDRESS_MCU 0x01 | ||
#endif | ||
|
||
#ifndef CONFIG_CAN_ADDRESS_JETSON | ||
#define CONFIG_CAN_ADDRESS_JETSON 0x80 | ||
#endif | ||
|
||
|
||
#endif //ORB_FIRMWARE_APP_MAIN_INCLUDE_APP_CONFIG_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.