InterruptIn: Remove protected attributes from rendering on docs site

pull/8479/head
Naveen Kaje 2018-10-11 16:18:09 -05:00 committed by adbridge
parent 7200bb8918
commit 7126f1e2b5
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