periph_cpu.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2016 Leon George
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
18 #include "periph_cpu_common.h"
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
24 // Empty, but makes linter happy
25 
26 #ifdef __cplusplus
27 }
28 #endif
29