mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-21 13:42:15 +08:00
11 lines
162 B
C
11 lines
162 B
C
|
/*
|
||
|
* Copyright (c) 2014-2016 Cesanta Software Limited
|
||
|
* All rights reserved
|
||
|
*/
|
||
|
|
||
|
/* clang-format off */
|
||
|
|
||
|
void bleconfig_init(void);
|
||
|
void bleconfig_poll(void);
|
||
|
|