diff options
author | Christian Cunningham <cc@localhost> | 2022-03-24 16:44:51 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-03-24 16:44:51 -0700 |
commit | 49bd4c133fc83de1cb1761ff089a2de03699d991 (patch) | |
tree | 1033663698e3651d0fdbc6773c6a3db8261ae3c3 /include/usr | |
parent | bb6ddd5a82ab4f2afa253b6048a71504c64274bb (diff) |
IRQ Subscription
Diffstat (limited to 'include/usr')
-rw-r--r-- | include/usr/main.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usr/main.h b/include/usr/main.h index 5fd29f9..3aec5a9 100644 --- a/include/usr/main.h +++ b/include/usr/main.h @@ -2,11 +2,12 @@ #define USR_MAIN_H #ifdef RPI_BUILD - #define USR_TIME 40 + #define USR_TIME 260 #else #define USR_TIME 2000 #endif void main(void); +void handle_data(unsigned char); #endif |