Remove unnecessary comment

This commit is contained in:
Jonathan Swoboda
2026-04-08 08:58:51 -04:00
parent 3b22c4cd62
commit 4f06a913a8
@@ -81,7 +81,6 @@ struct RawCrashData {
#if SOC_CPU_CORES_NUM > 1
uint8_t other_backtrace_count;
uint8_t other_reg_frame_count;
// 1 byte implicit padding before uint32_t array
uint32_t other_backtrace[MAX_BACKTRACE];
#endif
};