blob: 19628a21fc10eed823fe301b9f6f49b144b1a995 [file] [log] [blame]
/*
* Copyright (c) 2022 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdint.h>
extern uint32_t peripheral_gatt_write(uint32_t count);
void main(void)
{
(void)peripheral_gatt_write(0U);
}