Browse Source

Update defines.h

pull/652/head
beegee3 2 years ago
committed by GitHub
parent
commit
975ee667f2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/defines.h

3
src/defines.h

@ -17,7 +17,8 @@
//-------------------------------------
typedef struct {
uint8_t rxCh;
uint8_t ch;
uint8_t len;
uint8_t packet[MAX_RF_PAYLOAD_SIZE];
} packet_t;

Loading…
Cancel
Save