InterruptIn: Remove protected attributes from rendering on docs site

pull/8392/head
Naveen Kaje 2018-10-11 16:18:09 -05:00
parent 19190d62d2
commit 0235838be8
1 changed files with 2 additions and 1 deletions

View File

@ -157,7 +157,7 @@ public:
void disable_irq();
static void _irq_handler(uint32_t id, gpio_irq_event event);
#if !defined(DOXYGEN_ONLY)
protected:
gpio_t gpio;
gpio_irq_t gpio_irq;
@ -166,6 +166,7 @@ protected:
Callback<void()> _fall;
void irq_init(PinName pin);
#endif
};
} // namespace mbed