hide protected

pull/8506/head
paul-szczepanek-arm 2018-10-23 14:49:37 +01:00
parent 52a0b649bc
commit f9ae6a37b1
1 changed files with 5 additions and 0 deletions

View File

@ -150,8 +150,13 @@ public:
*/
void stop(void);
#if !defined(DOXYGEN_ONLY)
protected:
/* Internal i2c object identifying the resources */
i2c_t _i2c;
#endif //!defined(DOXYGEN_ONLY)
};
} // namespace mbed