Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Nov 28, 2024
1 parent fe81f1d commit 52b85fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/interrupt/include/interrupt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ class Interrupt : public BaseComponent {
/// the queue size is too small for the number of interrupts that are
/// being received. It may also help indicate if the interrupt task
/// priority is too low, preventing the queue from being serviced.
/// Finally, it may also help to indicate if additional filtering may
/// be needed on the interrupt line (either using the FilterType or
/// with hardware filtering).
size_t get_min_queue_size() const { return min_queue_size_; }

/// \brief Add an interrupt to the interrupt handler
Expand Down

0 comments on commit 52b85fe

Please sign in to comment.