corrected include guards, changed GpioIF prototype
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#ifndef BSP_Q7S_COMIF_I2COMIF_H_
|
||||
#define BSP_Q7S_COMIF_I2COMIF_H_
|
||||
#ifndef LINUX_I2C_I2COMIF_H_
|
||||
#define LINUX_I2C_I2COMIF_H_
|
||||
|
||||
#include "I2cCookie.h"
|
||||
#include <fsfw/objectmanager/SystemObject.h>
|
||||
@ -56,4 +56,4 @@ private:
|
||||
address_t i2cAddress, int* fileDescriptor);
|
||||
};
|
||||
|
||||
#endif /* BSP_Q7S_COMIF_I2COMIF_H_ */
|
||||
#endif /* LINUX_I2C_I2COMIF_H_ */
|
||||
|
@ -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