?? spp_dev_init.c
字號:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.6.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 + -