chenged absolute include path to relative path

interrupts
polymurph 4 years ago
parent f24a29a49d
commit 68a25b0b64

@ -1,6 +1,7 @@
#include "gpio.hpp"
#include "../../bsl_nucleo_f042k6.h"
#include "/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h"
//#include "/home/key/git/ked/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h"
#include "./../../../csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h"
//#include "gpioMap.hpp"
#define PIN_COUNT 20

Loading…
Cancel
Save