mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
- Fix case for board configs - CMake now only builds a single board instead of all boards for the selected SOC. This makes it quicker to compile a single firmware.
7 lines
167 B
C
7 lines
167 B
C
#pragma once
|
|
|
|
#include <Tactility/hal/Configuration.h>
|
|
|
|
// Capacitive touch version of the 2.4" yellow board
|
|
extern const tt::hal::Configuration cyd_2432s024c_config;
|