Diff between df9ef19b38b6b3266f6ef510387e2be809f208ef and c6a0c46151beded4b8f68ef44189795cec081bae
Changed Files
| File | Additions | Deletions | Status |
| tools/smp-tester.c | +1 | -1 | modified |
Full Patch
diff --git a/tools/smp-tester.c b/tools/smp-tester.c
index 786367c..a9a8830 100644
--- a/tools/smp-tester.c
+++ b/tools/smp-tester.c
@@ -286,7 +286,7 @@ static const uint8_t smp_nval_req_3[] = { 0x01, 0xff };
static const uint8_t smp_nval_req_3_rsp[] = { 0x05, 0x0a };
static const struct smp_req_rsp srv_nval_req_2[] = {
- { smp_nval_req_2, sizeof(smp_nval_req_3),
+ { smp_nval_req_3, sizeof(smp_nval_req_3),
smp_nval_req_3_rsp, sizeof(smp_nval_req_3_rsp) },
};