Skip to content

Commit 501bae8

Browse files
Deomid Ryabkovcesantabot
Deomid Ryabkov
authored andcommitted
Fix Mongoose and Frozen include paths
In preparation for making moving to lib. Reduce amount of makefile copypasta a bit. CL: none PUBLISHED_FROM=70a016491f9605e37708385bdd698f48a8d64119
1 parent 8002cdf commit 501bae8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/mgos_arduino_spi.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55

66
#include <SPI.h>
77

8-
#include "mongoose/mongoose.h"
8+
#include "mongoose.h"
99

1010
SPIImpl SPI;
1111

12-
SPISettings::SPISettings() : clock(SPI_DEFAULT_FREQ), bit_order(MSBFIRST), mode(0) {
12+
SPISettings::SPISettings()
13+
: clock(SPI_DEFAULT_FREQ), bit_order(MSBFIRST), mode(0) {
1314
}
1415

1516
SPISettings::SPISettings(uint32_t clock, uint8_t bitOrder, uint8_t mode)

0 commit comments

Comments
 (0)