diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-02-04 11:04:04 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-02-04 12:55:37 +0530 |
| commit | cc9d915435a61d71f11cffa264cf941de58fe444 (patch) | |
| tree | dc190a76b952e26942c298745f5321c5fb0d95ac /test/stubbed/avr/fuse.h | |
| parent | f0423ae9af947512f5200da1ffd3c5adf81d5d7f (diff) | |
| download | daft-watch-cc9d915435a61d71f11cffa264cf941de58fe444.tar.gz daft-watch-cc9d915435a61d71f11cffa264cf941de58fe444.zip | |
Switch from internal clock to crystal + button
Diffstat (limited to 'test/stubbed/avr/fuse.h')
| -rw-r--r-- | test/stubbed/avr/fuse.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/stubbed/avr/fuse.h b/test/stubbed/avr/fuse.h new file mode 100644 index 0000000..be579d3 --- /dev/null +++ b/test/stubbed/avr/fuse.h @@ -0,0 +1,12 @@ +#ifndef STUB_AVR_FUSE +#define STUB_AVR_FUSE + +struct __fuses_t { + int high; + int low; + int extended; +}; + +#define FUSES const struct __fuses_t _watch_mcu_fuses_configuration + +#endif |
