mirror of https://github.com/ARMmbed/mbed-os.git
Update README.md
parent
06b7ba0a55
commit
4638ce9bc3
|
@ -192,7 +192,7 @@ out of interrupt contexts.
|
||||||
## Documentation ##
|
## Documentation ##
|
||||||
|
|
||||||
The in-depth documentation on specific functions can be found in
|
The in-depth documentation on specific functions can be found in
|
||||||
[equeue.h](equeue.h).
|
[equeue.h](source/equeue.h).
|
||||||
|
|
||||||
The core of the equeue library is the `equeue_t` type which represents a
|
The core of the equeue library is the `equeue_t` type which represents a
|
||||||
single event queue, and the `equeue_dispatch` function which runs the equeue,
|
single event queue, and the `equeue_dispatch` function which runs the equeue,
|
||||||
|
|
Loading…
Reference in New Issue