X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Lib%2FMainLib.h;fp=Lib%2FMainLib.h;h=05d39993bc3b96d5259a2caf0d191984023791f6;hb=3fa9c16c046acdca54c015813f7110403bb0402d;hp=b3aa20e750208fba226180698811214351e691e6;hpb=25304734af9f8870d5ee73c44c63b33d200016a6;p=kiibohd-controller.git diff --git a/Lib/MainLib.h b/Lib/MainLib.h index b3aa20e..05d3999 100644 --- a/Lib/MainLib.h +++ b/Lib/MainLib.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013 by Jacob Alexander +/* Copyright (C) 2013-2014 by Jacob Alexander * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -34,9 +34,9 @@ // ARM -#if defined(_mk20dx128_) +#if defined(_mk20dx128_) || defined(_mk20dx256_) -#include +#include #include #endif