From: Christopher Peplin Date: Sun, 25 May 2014 01:30:12 +0000 (-0400) Subject: Fix typo in example for raw message format. X-Git-Tag: 5.0.2~275^2~11 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=07f39f72a945b6f94aafa3f3370fcf35ab87618e;p=apps%2Fagl-service-can-low-level.git Fix typo in example for raw message format. --- diff --git a/README.md b/README.md index c17eb6de..edef8f8d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ discrete pieces of information in the measurement. The format for a raw CAN message: - {"bus": 1, "id": 1234, "value": "0x12345678"} + {"bus": 1, "id": 1234, "data": "0x12345678"} **bus** - the numerical identifier of the CAN bus where this message originated, most likely 1 or 2 (for a vehicle interface with 2 CAN controllers).