26 lines
475 B
C
26 lines
475 B
C
|
|
||
|
/**
|
||
|
* \file appl_ibeacon.c
|
||
|
*
|
||
|
* This file contains ibeacon example
|
||
|
*
|
||
|
* Copyright (C) 2013. Mindtree Ltd.
|
||
|
* All rights reserved.
|
||
|
*/
|
||
|
|
||
|
/* --------------------------------------------- Header File Inclusion */
|
||
|
#include "appl.h"
|
||
|
|
||
|
/* --------------------------------------------- Constants */
|
||
|
|
||
|
/* --------------------------------------------- Static Global Variables */
|
||
|
|
||
|
|
||
|
/* --------------------------------------------- Functions */
|
||
|
|
||
|
void appl_ibeacon_init(void)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|