mirror of
https://github.com/mist-devel/mist-firmware.git
synced 2026-03-06 18:51:30 +00:00
14 lines
209 B
C
14 lines
209 B
C
#ifndef USB_I2C_TINY_H
|
|
#define USB_I2C_TINY_H
|
|
|
|
/*
|
|
* RTC driver
|
|
* for i2c-tiny-usb by Till Harbaum
|
|
*/
|
|
|
|
#include "usb/rtc.h"
|
|
|
|
extern const usb_rtc_class_config_t usb_rtc_tiny_class;
|
|
|
|
#endif // USB_I2C_TINY_H
|