zephyr/boards/posix/nrf52_bsim/argparse.h

14 lines
261 B
C

/*
* Copyright (c) 2017 Oticon A/S
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef BSIM_NRF_ARGS_H
#define BSIM_NRF_ARGS_H
#include "bsim_args_runner.h"
/* This header is present to avoid breaking backwards compatibility with old bsim tests */
#endif