implemented more console / usb handling
still untested, probably doesn't work ... but there's hope
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
* Attention: This software (modified or not) and binary are used for
|
||||
* microcontroller manufactured by Nanjing Qinheng Microelectronics.
|
||||
*******************************************************************************/
|
||||
#include "../../driver/inc/usb_lib.h"
|
||||
|
||||
#include "usb_lib.h"
|
||||
|
||||
|
||||
|
||||
/* Global define */
|
||||
#define ValBit(VAR,Place) (VAR & (1 << Place))
|
||||
|
||||
@@ -9,7 +9,10 @@
|
||||
* Attention: This software (modified or not) and binary are used for
|
||||
* microcontroller manufactured by Nanjing Qinheng Microelectronics.
|
||||
*******************************************************************************/
|
||||
#include "../../driver/inc/usb_lib.h"
|
||||
|
||||
#include "usb_lib.h"
|
||||
|
||||
|
||||
|
||||
/* Private variables */
|
||||
__IO uint16_t SaveRState;
|
||||
@@ -123,11 +126,3 @@ void CTR_HP(void)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -9,7 +9,9 @@
|
||||
* Attention: This software (modified or not) and binary are used for
|
||||
* microcontroller manufactured by Nanjing Qinheng Microelectronics.
|
||||
*******************************************************************************/
|
||||
#include "../../driver/inc/usb_lib.h"
|
||||
|
||||
#include "usb_lib.h"
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
@@ -67,8 +69,3 @@ void PMAToUserBufferCopy(uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNByt
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -9,7 +9,10 @@
|
||||
* Attention: This software (modified or not) and binary are used for
|
||||
* microcontroller manufactured by Nanjing Qinheng Microelectronics.
|
||||
*******************************************************************************/
|
||||
#include "../../driver/inc/usb_lib.h"
|
||||
|
||||
#include "usb_lib.h"
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
* @fn SetCNTR.
|
||||
|
||||
@@ -10,7 +10,9 @@
|
||||
* Attention: This software (modified or not) and binary are used for
|
||||
* microcontroller manufactured by Nanjing Qinheng Microelectronics.
|
||||
*******************************************************************************/
|
||||
#include "../../driver/inc/usb_lib.h"
|
||||
|
||||
#include "usb_lib.h"
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
@@ -70,8 +72,3 @@ uint32_t USB_SIL_Read(uint8_t bEpAddr, uint8_t* pBufferPointer)
|
||||
return DataLength;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user