Skip to content

Commit

Permalink
rearrange pre-processor statements in a header file
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Mar 18, 2024
1 parent b74f17e commit bf2282c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions utility/pigpio/compatibility.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/*
* Time keeping functions
*/

#include <stdint.h> // for uintXX_t types

#ifndef RF24_UTILITY_PIGPIO_COMPATIBLITY_H_
#define RF24_UTILITY_PIGPIO_COMPATIBLITY_H_

#include <stdint.h> // for uintXX_t types

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit bf2282c

Please sign in to comment.