1
0
Fork 0

CO_LSSmaster: static analysis: statement or comment should appear in default case [MISRA 2012 Rule 16.1, required], [MISRA 2012 Rule 16.4, required]

This commit is contained in:
temi54c1l8 2024-06-13 16:12:13 +02:00
parent 6ebd390160
commit 22fe7b9bc6

View file

@ -1114,6 +1114,7 @@ CO_LSSmaster_return_t CO_LSSmaster_IdentifyFastscan(
}
break;
default:
/* none */
break;
}