More renaming for the USB to Output Module renaming
This commit is contained in:
parent
59f13f8f4f
commit
85dd7f5c52
8 changed files with 13 additions and 11 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include "usb_com.h"
|
||||
#include "output_com.h"
|
||||
|
||||
#define ENDPOINT_UNUSED 0x00
|
||||
#define ENDPOINT_TRANSIMIT_ONLY 0x15
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#define USBkeyboard_h_
|
||||
|
||||
#include <inttypes.h>
|
||||
#include "usb_com.h"
|
||||
#include "output_com.h"
|
||||
|
||||
uint8_t usb_keyboard_send(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue