Skip to content

Commit 7392a79

Browse files
committed
Reorder includes
1 parent 5163330 commit 7392a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DriverPins.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
#pragma once
3-
#include "DriverCommon.h"
3+
#include "Wire.h"
44
#include "SPI.h"
5+
#include "DriverCommon.h"
56
#include "Utils/Optional.h"
67
#include "Utils/Vector.h"
7-
#include "Wire.h"
88

99
namespace audio_driver {
1010

0 commit comments

Comments
 (0)