Skip to content

Commit

Permalink
make header guard consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham authored Aug 30, 2024
1 parent b20d687 commit dd33f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rp2_common/hardware_hazard3/include/hardware/hazard3.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/

#ifndef _HARDWARE_HAZARD3_
#define _HARDWARE_HAZARD3_
#ifndef _HARDWARE_HAZARD3_H
#define _HARDWARE_HAZARD3_H

#include "pico.h"
#include "hardware/riscv.h"
Expand Down

0 comments on commit dd33f55

Please sign in to comment.