1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00

tests/sys_irq_handler: fix typos

This commit is contained in:
Kaspar Schleiser 2019-10-23 21:14:17 +02:00
parent 243ee05bee
commit ab7c0c941c

View File

@ -18,7 +18,7 @@
* This application demonstrates how to use the interrupt handler thread
* module `irq_handler`. For that purpose the main thread simulates interrupts
* from 2 interrupt sources with different priorities with a period
* of a half second. One interrupt source triggeres a second interrupt before
* of a half second. One interrupt source triggers a second interrupt before
* the interrupts can be handled by the interrupt handler.
*
* To be able to simulate the interrupts by the main thread, the interrupt