esp-idf/components/bt/host/nimble/port/include/console/console.h

15 lines
220 B
C
Raw Normal View History

2021-12-06 01:59:55 -05:00
/*
* SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
2019-06-24 21:03:58 -04:00
#ifndef _CONSOLE_H
#define _CONSOLE_H
#include <stdio.h>
#define console_printf printf
#endif