Skip to content

Commit

Permalink
Add comment for every #endif
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Apr 18, 2020
1 parent b85e676 commit 655cdd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snippets/include/scan_devices.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef __SCAN_DEVICES_H
#define __SCAN_DEVICES_H
#ifndef SNIPPET_HDR_SCAN_DEVICES_H
#define SNIPPET_HDR_SCAN_DEVICES_H

#include "ow/ow.h"

Expand All @@ -13,4 +13,4 @@ owr_t scan_onewire_devices(ow_t* ow, ow_rom_t* rom_ids, size_t rtf, size_t* rf);
}
#endif /* __cplusplus */

#endif
#endif /* SNIPPET_HDR_SCAN_DEVICES_H */

0 comments on commit 655cdd1

Please sign in to comment.