소스 검색

Fix order of the element count and packet type bit field

Bernd Gottschlag 5 년 전
부모
커밋
58a48e5230
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      weather-sensor/firmware/nrf24l01.h

+ 1
- 1
weather-sensor/firmware/nrf24l01.h 파일 보기

@@ -41,8 +41,8 @@ typedef enum
41 41
 
42 42
 typedef struct __attribute__((packed)) BITFIELD_PACKET_COUNT_ELEMENT
43 43
 {
44
-	uint8_t elementCount : 3;
45 44
 	uint8_t packetType : 5;
45
+	uint8_t elementCount : 3;
46 46
 } BITFIELD_PACKET_COUNT_ELEMENT;
47 47
 
48 48
 typedef struct __attribute__((packed)) PACKET

Loading…
취소
저장