mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-10 08:21:51 +00:00
Files
3dfb23481f8efc9db6d32cf27b83eb3ba5bed2f0
5 lines
206 B
Makefile
5 lines
206 B
Makefile
# List of all the board related files.
|
|||
BOARDSRC = ${CHIBIOS_PORTAPACK}/boards/PORTAPACK_APPLICATION/board.cpp
|
|||
|
|||
# Required include directories
|
|||
BOARDINC = ${CHIBIOS_PORTAPACK}/boards/PORTAPACK_APPLICATION
|