Changed include guard to pragma once
This commit is contained in:
parent
df6470c846
commit
9735d4e86a
11
spi.hpp
11
spi.hpp
@ -1,11 +1,4 @@
|
||||
/*
|
||||
* Copyright (c) by BlackMark 2016-2017
|
||||
* Date 17/09/2017
|
||||
* Version 1.4
|
||||
*/
|
||||
|
||||
#ifndef SPI_H
|
||||
#define SPI_H
|
||||
#pragma once
|
||||
|
||||
#include "../inout/inout.h"
|
||||
#include <avr/io.h>
|
||||
@ -54,8 +47,6 @@ class SPI {
|
||||
static void select(bool bSelect);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
InOutPin SPI::sm_cSCK;
|
||||
InOutPin SPI::sm_cMISO;
|
||||
|
Loading…
Reference in New Issue
Block a user