Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Cosmetic fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dual Tachyon authored and Dual Tachyon committed Oct 16, 2023
1 parent 8a64bcd commit 0908821
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion driver/adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion driver/backlight.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion driver/bk1080.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion driver/bk4819-regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion driver/bk4819.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0908821

Please sign in to comment.