Skip to content

Commit 9591fa1

Browse files
committed
added SPDX
1 parent b25a79b commit 9591fa1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

HID_Reporter/USB_Host_HID_Reporter/USB_Host_HID_Reporter.ino

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2024 John Park for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
/*********************************************************************
26
Adafruit invests time and resources providing this open source code,
37
please support Adafruit and open-source hardware by purchasing
@@ -18,8 +22,8 @@
1822

1923
// USBHost is defined in usbh_helper.h
2024
#include "usbh_helper.h"
21-
#include <Adafruit_GFX.h>
22-
#include <Adafruit_ST7789.h>
25+
#include <Adafruit_GFX.h>
26+
#include <Adafruit_ST7789.h>
2327
#include <Fonts/FreeMono18pt7b.h>
2428
#include <Fonts/FreeMono12pt7b.h>
2529

@@ -116,4 +120,4 @@ void tuh_hid_report_received_cb(uint8_t dev_addr, uint8_t instance, uint8_t cons
116120
}
117121
}
118122

119-
} // extern C
123+
} // extern C

0 commit comments

Comments
 (0)