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