Skip to content

Commit

Permalink
Fix header guard to all caps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukamac committed Feb 7, 2024
1 parent db23cac commit 70a882c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions neureka/bsp/neureka_siracusa_bsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* SPDX-License-Identifier: Apache-2.0
*/

#ifndef __NEUREKA_siracusa_BSP_H__
#define __NEUREKA_siracusa_BSP_H__
#ifndef __NEUREKA_SIRACUSA_BSP_H__
#define __NEUREKA_SIRACUSA_BSP_H__

#include "neureka.h"
#include <stdint.h>
Expand Down Expand Up @@ -64,4 +64,4 @@ void neureka_siracusa_close();
void neureka_siracusa_event_wait_and_clear();
const neureka_dev_t *neureka_siracusa_get_dev();

#endif // !__NEUREKA_siracusa_BSP_H__
#endif // !__NEUREKA_SIRACUSA_BSP_H__

0 comments on commit 70a882c

Please sign in to comment.