Skip to content

Commit

Permalink
Prettying up prototypes
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnBry committed May 10, 2023
1 parent 8084e22 commit a1ee1b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/CrsfSerial/CrsfSerial.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ class CrsfSerial
// Event Handlers
void (*onLinkUp)();
void (*onLinkDown)();
void (*onPacketChannels)();
// OobData is any byte which is not CRSF, including passthrough
void (*onOobData)(uint8_t b);
// CRSF Packet Callbacks
void (*onPacketChannels)();
void (*onPacketLinkStatistics)(crsfLinkStatistics_t *ls);
void (*onPacketGps)(crsf_sensor_gps_t *gpsSensor);

Expand Down

0 comments on commit a1ee1b5

Please sign in to comment.