Skip to content

Commit c089b7a

Browse files
committed
Fix typo
1 parent f4a4864 commit c089b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/cbuf.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020

2121
#include "cbuf.h"
22-
#include "esp32-hal-log.h.h"
22+
#include "esp32-hal-log.h"
2323

2424
#if CONFIG_DISABLE_HAL_LOCKS
2525
#define CBUF_MUTEX_CREATE()

0 commit comments

Comments
 (0)