Skip to content

Commit 575ee43

Browse files
author
brentru
committed
fix util/ headers
1 parent 1dd4d12 commit 575ee43

2 files changed

Lines changed: 15 additions & 12 deletions

File tree

src/util/AdafruitIO_Board.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* @file AdafruitIO_Board.h
2+
* @file AdafruitIO_Board.cpp
33
*
44
* This is part of the Adafruit IO library for the Arduino platform.
55
*

src/util/AdafruitIO_Board.h

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
//
2-
// Adafruit invests time and resources providing this open source code.
3-
// Please support Adafruit and open source hardware by purchasing
4-
// products from Adafruit!
5-
//
6-
// Copyright (c) 2015-2017 Adafruit Industries
7-
// Authors: Todd Treece
8-
// Licensed under the MIT license.
9-
//
10-
// All text above must be included in any redistribution.
11-
//
1+
/*!
2+
* @file AdafruitIO_Board.h
3+
*
4+
* This is part of the Adafruit IO library for the Arduino platform.
5+
*
6+
* Adafruit invests time and resources providing this open source code,
7+
* please support Adafruit and open-source hardware by purchasing
8+
* products from Adafruit!
9+
*
10+
* Written by Tony DiCola, Todd Treece for Adafruit Industries
11+
*
12+
* BSD license, all text here must be included in any redistribution.
13+
*
14+
*/
1215
#ifndef ADAFRUITIO_BOARD_H
1316
#define ADAFRUITIO_BOARD_H
1417

0 commit comments

Comments
 (0)