Bluetooth: shell: Make cmd_gatt_mread static

This function is not used outside of main.c.

Change-Id: Ia8cc6c2b2193906dd77d031b73d289c6acd128b2
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
Szymon Janc 2016-03-24 14:43:09 +01:00 committed by Gerrit Code Review
parent f4696286b4
commit a4836f4da4

View file

@ -788,7 +788,7 @@ static void cmd_gatt_read(int argc, char *argv[])
}
}
void cmd_gatt_mread(int argc, char *argv[])
static void cmd_gatt_mread(int argc, char *argv[])
{
uint16_t h[8];
int i, err;