forked from mirror/uv-k5-firmware
Cosmetic fixes.
This commit is contained in:
parent
8a64bcd15e
commit
0908821dc2
@ -15,10 +15,10 @@
|
||||
*/
|
||||
|
||||
#include "ARMCM0.h"
|
||||
#include "adc.h"
|
||||
#include "bsp/dp32g030/irq.h"
|
||||
#include "bsp/dp32g030/saradc.h"
|
||||
#include "bsp/dp32g030/syscon.h"
|
||||
#include "driver/adc.h"
|
||||
|
||||
uint8_t ADC_GetChannelNumber(ADC_CH_MASK Mask)
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "backlight.h"
|
||||
#include "bsp/dp32g030/gpio.h"
|
||||
#include "driver/backlight.h"
|
||||
#include "driver/gpio.h"
|
||||
#include "settings.h"
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#include "bsp/dp32g030/gpio.h"
|
||||
#include "bk1080.h"
|
||||
#include "driver/bk1080.h"
|
||||
#include "driver/gpio.h"
|
||||
#include "driver/i2c.h"
|
||||
#include "driver/system.h"
|
||||
|
@ -96,7 +96,7 @@ typedef enum BK4819_REGISTER_t BK4819_REGISTER_t;
|
||||
|
||||
enum BK4819_GPIO_PIN_t {
|
||||
BK4819_GPIO0_PIN28 = 0,
|
||||
BK4819_GPIO1_PIN29= 1,
|
||||
BK4819_GPIO1_PIN29 = 1,
|
||||
BK4819_GPIO3_PIN31 = 3,
|
||||
BK4819_GPIO4_PIN32 = 4,
|
||||
BK4819_GPIO5_PIN1_RED = 5,
|
||||
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "bk4819.h"
|
||||
#include "driver/bk4819.h"
|
||||
#include "bsp/dp32g030/gpio.h"
|
||||
#include "bsp/dp32g030/portcon.h"
|
||||
#include "driver/gpio.h"
|
||||
|
Loading…
Reference in New Issue
Block a user