cleanup header guard names to be consistent (#1179)

This commit is contained in:
Graham Sanderson
2023-01-18 08:40:10 -06:00
committed by GitHub
parent 99ee33ad25
commit 88bc4f974c
30 changed files with 60 additions and 60 deletions

View File

@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef _PICO_INT64_H
#define _PICO_INT64_H
#ifndef _PICO_INT64_OPS_H
#define _PICO_INT64_OPS_H
#include "pico/types.h"