1 /*
2  * Copyright 2025 NXP
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
main(void)7 int main(void)
8 {
9 	/* Nothing to do here. The Border Router is automatically started in the background. */
10 
11 	return 0;
12 }
13