24 lines
506 B
C
24 lines
506 B
C
/*
|
|
* Copyright (c) 2015-2016 Ken Bannister. All rights reserved.
|
|
*
|
|
* This file is subject to the terms and conditions of the GNU Lesser
|
|
* General Public License v2.1. See the file LICENSE in the top level
|
|
* directory for more details.
|
|
*/
|
|
|
|
/**
|
|
* @ingroup net_gcoap
|
|
* @brief Adapter for migration of GNRC-based gcoap to sock-based gcoap
|
|
* @deprecated Use net/gcoap.h instead.
|
|
*
|
|
* @{
|
|
*
|
|
* @file
|
|
*
|
|
* @author Ken Bannister <kb2ma@runbox.com>
|
|
*/
|
|
|
|
#include "net/gcoap.h"
|
|
|
|
/** @} */
|