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

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