Skip to content

Commit

Permalink
Drop the frame size since it is now variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed Aug 28, 2023
1 parent c8c99b1 commit cf4dbc4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/formats/tbf.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, The Bifrost Authors. All rights reserved.
* Copyright (c) 2019-2023, The Bifrost Authors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Expand Down Expand Up @@ -30,8 +30,6 @@

#include "base.hpp"

#define TBF_FRAME_SIZE 6168

struct __attribute__((packed)) tbf_hdr_type {
uint32_t sync_word;
uint32_t frame_count_word;
Expand Down

0 comments on commit cf4dbc4

Please sign in to comment.