Closed kivaisan closed 6 years ago
preamble_detected and sync_word_detected are uint8_t integer type variables so those should not be compared to (boolean) true/false values.
Fixed to use 1 and 0 values instead since we do not want to break earlier API.
preamble_detected and sync_word_detected are uint8_t integer type variables so those should not be compared to (boolean) true/false values.
Fixed to use 1 and 0 values instead since we do not want to break earlier API.