Skip to content

Commit c7d5d30

Browse files
committed
Fix compiler warning related to CircularBuffer
1 parent a834e5c commit c7d5d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenBikeSensorFirmware.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
#include <Arduino.h>
2828
#define CIRCULAR_BUFFER_INT_SAFE
29-
#include <CircularBuffer.h>
29+
#include <CircularBuffer.hpp>
3030

3131
#include "config.h"
3232
#include "configServer.h"

0 commit comments

Comments
 (0)