Extract main() to the newly created main.c
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
#ifndef __USB_DEVICE_HID_MOUSE_H__
|
||||
#define __USB_DEVICE_HID_MOUSE_H__
|
||||
|
||||
// Includes:
|
||||
|
||||
#include "usb_device_config.h"
|
||||
#include "usb.h"
|
||||
#include "usb_device.h"
|
||||
#include "include/usb/usb_device_class.h"
|
||||
#include "include/usb/usb_device_hid.h"
|
||||
#include "include/usb/usb_device_ch9.h"
|
||||
|
||||
// Macros:
|
||||
|
||||
#define USB_MOUSE_CLASS (0x03U)
|
||||
|
||||
Reference in New Issue
Block a user