Skip to content

Commit

Permalink
header include guard needs underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
hasenradball committed Oct 26, 2023
1 parent 98b5a5d commit fdd80c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DS3231-RTC.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*
*/

#ifndef __DS3231-RTC_H__
#define __DS3231-RTC_H__
#ifndef __DS3231_RTC_H__
#define __DS3231_RTC_H__

#include <Arduino.h>
#include <time.h>
Expand Down

0 comments on commit fdd80c1

Please sign in to comment.