2022-10-02 13:24:22 -07:00
|
|
|
// Copyright 2018-2022 Nick Brassel (@tzarc)
|
|
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
#pragma once
|
|
|
|
|
2023-01-18 17:05:29 -08:00
|
|
|
#include_next <board.h>
|
2022-10-02 13:24:22 -07:00
|
|
|
|
|
|
|
#ifdef BOARD_OTG_NOVBUSSENS
|
|
|
|
# undef BOARD_OTG_NOVBUSSENS
|
|
|
|
#endif
|