From feb15dd9a5173cd368ca33a1792f1ab32d7f4734 Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Tue, 25 Feb 2014 18:56:05 +0100 Subject: [PATCH] neutrino: Use uint32_t again for neutrino_msg_t & neutrino_msg_data_t Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/6d18d1cfa1e97840913495658ed6304eba1485bd Author: Michael Liebmann Date: 2014-02-25 (Tue, 25 Feb 2014) --- src/driver/rcinput.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/driver/rcinput.h b/src/driver/rcinput.h index feb414941..89f7f4100 100644 --- a/src/driver/rcinput.h +++ b/src/driver/rcinput.h @@ -115,8 +115,8 @@ */ -typedef unsigned long neutrino_msg_t; -typedef unsigned long neutrino_msg_data_t; +typedef uint32_t neutrino_msg_t; +typedef uint32_t neutrino_msg_data_t; #define NEUTRINO_UDS_NAME "/tmp/neutrino.sock"