This commit is contained in:
rusefillc 2022-05-14 08:37:25 -04:00
parent 2232b9599a
commit ee11c025b2
13 changed files with 5 additions and 1 deletions

View File

@ -37,3 +37,7 @@ jobs:
- name: Build Digital Inputs Firmware
working-directory: ./digital-inputs/firmware
run: make
- name: Build SENT Firmware
working-directory: ./SENT-box/firmware
run: make

View File

@ -90,7 +90,7 @@ PROJECT = ch
MCU = cortex-m3
# Imported source files and paths.
CHIBIOS = ../ChibiOS
CHIBIOS = ../../ChibiOS
CONFDIR := ./cfg
BUILDDIR := ./build
DEPDIR := ./.dep