Skip to content

Commit

Permalink
try using lib-specific header guard
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Feb 20, 2024
1 parent 525def8 commit 862a917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clock-arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef clock_h_
#define clock_h_
#ifndef __RF24ETHERNET_CLOCK_ARCH_H_
#define __RF24ETHERNET_CLOCK_ARCH_H_

typedef unsigned long clock_time_t;
#define CLOCK_CONF_SECOND 1000
Expand Down

0 comments on commit 862a917

Please sign in to comment.