mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 21:27:30 -04:00
14 lines
201 B
C
14 lines
201 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
#include <btstack_uart_block.h>
|
|
|
|
const btstack_uart_block_t *btstack_uart_block_rt1051_instance();
|
|
|
|
#ifdef __cplusplus
|
|
}; // __cplusplus
|
|
#endif
|