Skip to content

Commit d509162

Browse files
committed
make a trivial change to see whether it's detected by sonarqube
1 parent 62749c4 commit d509162

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ static UDSErr_t Handle_0x23_ReadMemoryByAddress(UDSServer_t *srv, UDSReq_t *r) {
275275
if (UDS_PositiveResponse != ret) {
276276
return NegativeResponse(r, ret);
277277
}
278+
int a = 3;
278279

279280
UDSReadMemByAddrArgs_t args = {
280281
.memAddr = address,

0 commit comments

Comments
 (0)