summaryrefslogtreecommitdiff
path: root/firmware/s1224/include/usb_cmd.h
blob: 8f0ded680dfb57229b9accb1685841885eeb2e80 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef S1224_USB_CMD_H
#define S1224_USB_CMD_H

#include <stddef.h>
#include <stdint.h>

void usb_cmd_init(void);
void usb_cmd_poll(void);
void usb_cmd_on_rx_frame(const uint8_t *info, size_t len);

#endif
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com