blob: 5379bd4a179bd9a7311fc23461881b0c589048c7 (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright 2018-2022 Nick Brassel (@tzarc)
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
#include_next "board.h"
#ifdef BOARD_OTG_NOVBUSSENS
# undef BOARD_OTG_NOVBUSSENS
#endif
|