From aa16f093b1f0729656e5ed0654d0f14ff189d5c4 Mon Sep 17 00:00:00 2001 From: Lene Marquardt Date: Thu, 29 May 2025 14:23:47 +0200 Subject: [PATCH] change isotp logging id from 0x123 to 0x213 --- AMS_Master_Code/Core/Lib/logger/isotp_log_backend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMS_Master_Code/Core/Lib/logger/isotp_log_backend.h b/AMS_Master_Code/Core/Lib/logger/isotp_log_backend.h index 9f919b9..bc53ae6 100644 --- a/AMS_Master_Code/Core/Lib/logger/isotp_log_backend.h +++ b/AMS_Master_Code/Core/Lib/logger/isotp_log_backend.h @@ -10,7 +10,7 @@ /* ISO-TP CAN ID configuration */ #ifndef ISOTP_LOG_CAN_ID // TEMPORARY!!!!! -#define ISOTP_LOG_CAN_ID 0x123 // CAN ID to use for ISO-TP log messages +#define ISOTP_LOG_CAN_ID 0x213 // CAN ID to use for ISO-TP log messages #endif #ifndef ISOTP_LOG_FC_CAN_ID #define ISOTP_LOG_FC_CAN_ID 0x132 // CAN ID for flow control messages