mirror of
https://github.com/candle-usb/candleLight_fw.git
synced 2025-01-14 05:42:53 +08:00
treewide: sort includes
This commit is contained in:
parent
7a4fcc16e8
commit
6af7be218a
@ -26,8 +26,8 @@ THE SOFTWARE.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "gs_usb.h"
|
||||
#include "config.h"
|
||||
#include "gs_usb.h"
|
||||
|
||||
void gpio_init(void);
|
||||
|
||||
|
@ -26,9 +26,10 @@ THE SOFTWARE.
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "usbd_ctlreq.h"
|
||||
#include "usbd_desc.h"
|
||||
#include "config.h"
|
||||
#include "util.h"
|
||||
|
||||
static uint8_t *USBD_FS_DeviceDescriptor(USBD_SpeedTypeDef speed, uint16_t *length);
|
||||
|
Loading…
x
Reference in New Issue
Block a user