Cosmetic fixes.

This commit is contained in:
Dual Tachyon 2023-10-16 20:23:48 +01:00
parent 8a64bcd15e
commit 0908821dc2
5 changed files with 5 additions and 5 deletions

View File

@ -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)
{

View File

@ -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"

View File

@ -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"

View File

@ -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,

View File

@ -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"