From 6d18d1cfa1e97840913495658ed6304eba1485bd Mon Sep 17 00:00:00 2001 From: "M. 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 --- 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"