Skip to content

Commit f9ae6a3

Browse files
hide protected
1 parent 52a0b64 commit f9ae6a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/I2CSlave.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,13 @@ class I2CSlave {
150150
*/
151151
void stop(void);
152152

153+
#if !defined(DOXYGEN_ONLY)
154+
153155
protected:
156+
/* Internal i2c object identifying the resources */
154157
i2c_t _i2c;
158+
159+
#endif //!defined(DOXYGEN_ONLY)
155160
};
156161

157162
} // namespace mbed

0 commit comments

Comments
 (0)