diff options
author | Christian Cunningham <cc@localhost> | 2022-03-24 22:55:13 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-03-24 22:55:13 -0700 |
commit | 75ca654c2a3a4cce24459a381311c259ce7ce8a3 (patch) | |
tree | 2549dd19a9bd1484f8ca48246d4bf4b40b937f42 /include/usr | |
parent | c5b6f1611ea1f4685ef02f65fc0362f9c22c344f (diff) |
GPIO Interrupts
Diffstat (limited to 'include/usr')
-rw-r--r-- | include/usr/timed.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usr/timed.h b/include/usr/timed.h index f3f941a..4cccc56 100644 --- a/include/usr/timed.h +++ b/include/usr/timed.h @@ -3,5 +3,6 @@ void loop(void); void loopt(void); +void consumer(void); #endif |