Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions extras/test/include/Arduino_ConnectionHandler.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
/*
Copyright (c) 2019 Arduino. All rights reserved.
This file is part of the ArduinoIoTCloud library.

Copyright (c) 2019 Arduino SA

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#ifndef TEST_ARDUINO_CONNECTION_HANDLER_H_
#define TEST_ARDUINO_CONNECTION_HANDLER_H_

/******************************************************************************
TYPEDEF
TYPEDEF
******************************************************************************/

typedef void ConnectionHandler;
Expand Down
Loading