mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
kx122: Adding missing header guards
Added pragma once to both headers. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
parent
3790c0bbc1
commit
dc45cd7859
@ -22,6 +22,8 @@
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"{
|
||||
#endif
|
||||
|
@ -22,6 +22,8 @@
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <mraa/gpio.hpp>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user