Skip to content

Commit

Permalink
style: correctly format library inclusions
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Agarwal <[email protected]>
  • Loading branch information
Aditya-A-garwal committed May 23, 2024
1 parent e7b34ff commit 3faf936
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@

#include "Arduino.h"

#include <SPI.h>
#include <SD.h>

#include <Adafruit_GFX.h>
#include <MCUFRIEND_kbv.h>

#include <SPI.h>
#include <SD.h>

#include "constants.h"

MCUFRIEND_kbv tft;
Expand Down

0 comments on commit 3faf936

Please sign in to comment.