nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
slm_trap_macros.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef SLM_TRAP_MACROS_
8#define SLM_TRAP_MACROS_
9
16#define nrf_modem_at_printf(...) function_disallowed_use_slm_util_alternative(void)
17#define nrf_modem_at_scanf(...) function_disallowed_use_slm_util_alternative(void)
18#define nrf_modem_at_cmd_async(...) function_disallowed(void)
19
20#endif