summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/arm_atsam
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-02-07 23:16:15 +0000
committerGitHub <noreply@github.com>2021-02-07 23:16:15 +0000
commit99bffc2a21ebed07fd767ad2a9a7e1aadd491ef3 (patch)
tree499edfaa4b2a180047f7ca5f6bc882e77f5262fa /tmk_core/protocol/arm_atsam
parent7e828795534f7351df54d2c0545b2ed159b1bfde (diff)
Migrate some tmk_core files to quantum (#11791)
* Migrate some tmk_core files to quantum * Fix build errors
Diffstat (limited to 'tmk_core/protocol/arm_atsam')
-rw-r--r--tmk_core/protocol/arm_atsam/md_rgb_matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/arm_atsam/md_rgb_matrix.c b/tmk_core/protocol/arm_atsam/md_rgb_matrix.c
index 439aaf8b38..0ea7e38395 100644
--- a/tmk_core/protocol/arm_atsam/md_rgb_matrix.c
+++ b/tmk_core/protocol/arm_atsam/md_rgb_matrix.c
@@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "arm_atsam_protocol.h"
-#include "tmk_core/common/led.h"
+#include "led.h"
#include "rgb_matrix.h"
#include <string.h>
#include <math.h>