Skip to content

Commit c0a4cef

Browse files
committed
Fixed ncorrect capitalization (BrewPi.h instead of Brewpi.h) in OneWire.h
1 parent 2312560 commit c0a4cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/devices/OneWire/OneWire.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
2-
#include "BrewPi.h"
2+
#include "Brewpi.h"
33

44
// You can exclude certain features from OneWire. In theory, this
55
// might save some space. In practice, the compiler automatically

0 commit comments

Comments
 (0)