corrected include guards, changed GpioIF prototype
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#ifndef SAM9G20_COMIF_COOKIES_I2C_COOKIE_H_
|
||||
#define SAM9G20_COMIF_COOKIES_I2C_COOKIE_H_
|
||||
#ifndef LINUX_I2C_I2CCOOKIE_H_
|
||||
#define LINUX_I2C_I2CCOOKIE_H_
|
||||
|
||||
#include <fsfw/devicehandlers/CookieIF.h>
|
||||
#include <string>
|
||||
@ -34,4 +34,4 @@ private:
|
||||
std::string deviceFile;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif /* LINUX_I2C_I2CCOOKIE_H_ */
|
||||
|
Reference in New Issue
Block a user