Skip to content

Commit f0c3eaa

Browse files
authored
Merge pull request #17 from EliTayrien/patch-1
Add #include guard around Modulino.h
2 parents cf5e2b2 + e5f48a6 commit f0c3eaa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Modulino.h

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#ifndef ARDUINO_LIBRARIES_MODULINO_H
2+
#define ARDUINO_LIBRARIES_MODULINO_H
3+
14
// Copyright (c) 2024 Arduino SA
25
// SPDX-License-Identifier: MPL-2.0
36

@@ -506,3 +509,5 @@ class ModulinoDistance : public Module {
506509
float internal = NAN;
507510
_distance_api* api = nullptr;
508511
};
512+
513+
#endif

0 commit comments

Comments
 (0)