Skip to content

Commit 19511a2

Browse files
committed
Fixed spdx comment
1 parent 752322d commit 19511a2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Wearable_BLE_Temperature_Monitor/ble_temp_monitor.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SPDX-FileCopyrightText: 2020 Brent Rubell for Adafruit Industries
2-
#
3-
# SPDX-License-Identifier: MIT
1+
// SPDX-FileCopyrightText: 2020 Brent Rubell for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
44

55
/*********************************************************************
66
Learn Guide: BLE Temperature Monitoring Armband
@@ -219,4 +219,4 @@ void disconnect_callback(uint16_t conn_handle, uint8_t reason)
219219

220220
Serial.println();
221221
Serial.print("Disconnected, reason = 0x"); Serial.println(reason, HEX);
222-
}
222+
}

0 commit comments

Comments
 (0)