diff options
author | Damien George <damien.p.george@gmail.com> | 2014-09-17 23:27:42 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-09-17 23:27:42 +0000 |
commit | 2842945e760c98793cb0c62a66345ab8850afc1a (patch) | |
tree | 03dffc26a15dbb818d83de5f7d2af658c447bab5 /stmhal/irq.c | |
parent | 8bb44f69f227ce2ef01f266d2784657455e1a3a8 (diff) |
stmhal: Fix bugs in documentation so it compiles.
Diffstat (limited to 'stmhal/irq.c')
-rw-r--r-- | stmhal/irq.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/irq.c b/stmhal/irq.c index c08f2fe09..286af73cc 100644 --- a/stmhal/irq.c +++ b/stmhal/irq.c @@ -33,6 +33,8 @@ #include MICROPY_HAL_H +/// \moduleref pyb + /// \function wfi() /// Wait for an interrupt. /// This executies a `wfi` instruction which reduces power consumption |