Skip to content

Commit

Permalink
fix: header include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
drewr95 committed Dec 29, 2023
1 parent 9175063 commit 41f8fb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/etl/crc8_j1850.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
******************************************************************************/

#ifndef ETL_CRC8_CDMA2000_INCLUDED
#define ETL_CRC8_CDMA2000_INCLUDED
#ifndef ETL_CRC8_J1850_INCLUDED
#define ETL_CRC8_J1850_INCLUDED

#include "platform.h"
#include "private/crc_implementation.h"
Expand Down
4 changes: 2 additions & 2 deletions include/etl/crc8_j1850_zero.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
******************************************************************************/

#ifndef ETL_CRC8_CDMA2000_INCLUDED
#define ETL_CRC8_CDMA2000_INCLUDED
#ifndef ETL_CRC8_J1850_ZERO_INCLUDED
#define ETL_CRC8_J1850_ZERO_INCLUDED

#include "platform.h"
#include "private/crc_implementation.h"
Expand Down

0 comments on commit 41f8fb7

Please sign in to comment.