浏览代码

Fix wrong include

Priyadi Iman Nurcahyo 8 年之前
父节点
当前提交
98f9a2e6df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tmk_core/protocol/lufa/outputselect.c

+ 1 - 1
tmk_core/protocol/lufa/outputselect.c

@@ -12,7 +12,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "quantum.h"
+#include "lufa.h"
 #include "outputselect.h"
 #ifdef ADAFRUIT_BLE_ENABLE
     #include "adafruit_ble.h"