Loading...
Searching...
No Matches
periph_conf.h
1/*
2 * SPDX-FileCopyrightText: 2025 Tom Hert <git@annsann.eu>
3 * SPDX-FileCopyrightText: 2025 HAW Hamburg
4 * SPDX-License-Identifier: LGPL-2.1-only
5 */
6
7#pragma once
8
9#include <stdint.h>
10
11#include "RP2350.h"
12#include "periph_cpu.h"
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18#ifdef __cplusplus
19}
20#endif