diff --git a/Software/include/config.h b/Software/include/config.h index a349ca3..22ee56b 100644 --- a/Software/include/config.h +++ b/Software/include/config.h @@ -64,7 +64,7 @@ typedef enum CANSource_e const char CANSourceString[][28] = { "KTM 890 Adventure R (2021)"}; -const char CANSourceString_Elements = sizeof(CANSourceString) / sizeof(CANSourceString[0]); +const size_t CANSourceString_Elements = sizeof(CANSourceString) / sizeof(CANSourceString[0]); #endif const size_t SpeedSourceString_Elements = sizeof(SpeedSourceString) / sizeof(SpeedSourceString[0]);