Re: [PATCH 5/8] staging: pi433: fix DATAMODUL_MODULATION_TYPE_OOK value

2017-12-13 Thread Dan Carpenter
On Wed, Dec 13, 2017 at 03:21:53PM +0100, Valentin Vidic wrote: > Reading from the spec, allowed values for modulation scheme > after the shift are: > > 00 FSK > 01 OOK > 10 - 11 reserved > > Signed-off-by: Valentin Vidic > --- >

[PATCH 5/8] staging: pi433: fix DATAMODUL_MODULATION_TYPE_OOK value

2017-12-13 Thread Valentin Vidic
Reading from the spec, allowed values for modulation scheme after the shift are: 00 FSK 01 OOK 10 - 11 reserved Signed-off-by: Valentin Vidic --- drivers/staging/pi433/rf69_registers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git