📄 spp_dev_init.c
字号:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.4.2-release
FILE NAME
spp_dev_init.h
DESCRIPTION
Handles initialisation procedures of spp dev A application
*/
/****************************************************************************
Header files
*/
#include "spp_dev_init.h"
#include "spp_dev_private.h"
#include <spp.h>
/****************************************************************************
NAME
sppDevInit
DESCRIPTION
Initialisation of Spp profile
RETURNS
void
*/
void sppDevInit()
{
/* Initialise the spp profile lib, stating that this is device B */
SppInit(getAppTask(), devB, 255);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -