diff options
| author | Drashna Jaelre <drashna@live.com> | 2019-08-02 14:02:40 -0700 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-08-30 15:01:52 -0700 |
| commit | cf4575b94a3c65e6535a159fc71fc885aebc2620 (patch) | |
| tree | 2354f2b7a200e02246a564afefedc32357e62b8e /lib/lufa/Projects/Webserver/Lib/uip/clock.h | |
| parent | 75ee8df19e0f14ba466f41ab673dde2fe2fdae9c (diff) | |
| download | qmk_firmware-cf4575b94a3c65e6535a159fc71fc885aebc2620.tar.gz qmk_firmware-cf4575b94a3c65e6535a159fc71fc885aebc2620.zip | |
Fix the LUFA lib to use a submodule instead of just files (#6245)
* Remove LUFA files
* Update descriptions for newer version of LUFA
* Create PR6245.md
* Fix CDC(Serial) type errors
* Fix missed merge conflict for AUDIO_DTYPE_CSInterface
Diffstat (limited to 'lib/lufa/Projects/Webserver/Lib/uip/clock.h')
| -rw-r--r-- | lib/lufa/Projects/Webserver/Lib/uip/clock.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/lufa/Projects/Webserver/Lib/uip/clock.h b/lib/lufa/Projects/Webserver/Lib/uip/clock.h deleted file mode 100644 index bbfa4ac0e..000000000 --- a/lib/lufa/Projects/Webserver/Lib/uip/clock.h +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | #ifndef __CLOCK_ARCH_H__ | ||
| 2 | #define __CLOCK_ARCH_H__ | ||
| 3 | |||
| 4 | #include <stdint.h> | ||
| 5 | #include <util/atomic.h> | ||
| 6 | |||
| 7 | typedef uint16_t clock_time_t; | ||
| 8 | #define CLOCK_SECOND 100 | ||
| 9 | void clock_init(void); | ||
| 10 | clock_time_t clock_time(void); | ||
| 11 | |||
| 12 | #endif /* __CLOCK_ARCH_H__ */ | ||
| 13 | |||
