Skip to content

Commit

Permalink
replace __fp16 with floats (need fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire committed Apr 2, 2024
1 parent cdd8445 commit ecbdb35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/interface/lighthouse/ootx_decoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

#define OOTX_MAX_FRAME_LENGTH 43

typedef float __fp16;

// Content from https://github.com/nairol/LighthouseRedox/blob/master/docs/Base%20Station.md#base-station-info-block
struct ootxDataFrame_s {
uint16_t protocolVersion:6;
Expand Down

0 comments on commit ecbdb35

Please sign in to comment.