1 /*
2  * Copyright (c) 2024 Raspberry Pi (Trading) Ltd.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 // TinyUSB changed the location of this file, so we'll redirect to be friendly to end users
8 #ifndef _BSP_BOARD_H
9 #define _BSP_BOARD_H
10 #include "bsp/board_api.h"
11 #endif
12