From 9af43462bd0989a2930afb9e1fdb7bb58fbdf5c4 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Sun, 22 Nov 2009 15:01:38 +0100 Subject: pressure_control: Use 8bit CRC Signed-off-by: Michael Buesch --- pressure_control/firmware/remote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pressure_control/firmware/remote.h') diff --git a/pressure_control/firmware/remote.h b/pressure_control/firmware/remote.h index 944dc43..36caf40 100644 --- a/pressure_control/firmware/remote.h +++ b/pressure_control/firmware/remote.h @@ -78,7 +78,7 @@ struct remote_message { uint8_t __padding[4]; } __attribute__((packed)); - uint16_t crc; + uint8_t crc; } __attribute__((packed)); -- cgit v1.2.3