Skip to content

Commit

Permalink
fix compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gasagna committed Sep 29, 2024
1 parent 1b62d6c commit 5d3d139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modem_serial.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef A76XX_MODEMUART_H_
#define A76XX_MODEMUART_H_

#include "CircularBuffer.h"
#include "CircularBuffer.hpp"

/*
@brief Check if the last characters in the character buffer match with a given string.
Expand Down

0 comments on commit 5d3d139

Please sign in to comment.