mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-28 11:26:32 +03:00
fix gpio->app_hal dependencies
This commit is contained in:
parent
3ce36856ff
commit
efef30f51c
@ -1,7 +1,7 @@
|
||||
extern "C" {
|
||||
#include "main.h"
|
||||
#include "cmsis_os.h"
|
||||
#include "gpio.h"
|
||||
#include "app_hal.h"
|
||||
#include <stdio.h>
|
||||
}
|
||||
|
||||
|
@ -96,7 +96,7 @@ startup_stm32l476xx.s
|
||||
CPP_SOURCES = ../app/app.cpp
|
||||
|
||||
C_SOURCES += ../app/write.c
|
||||
C_SOURCES += ../app/gpio.c
|
||||
C_SOURCES += ../app/app_hal.c
|
||||
|
||||
#######################################
|
||||
# binaries
|
||||
|
Loading…
Reference in New Issue
Block a user