Fix typo in teensy_lc_onkey.h

This commit is contained in:
Fred Sundvik 2016-07-05 15:54:59 +03:00
parent 6e4f2e18e6
commit cf6cd15920
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#ifndef TEENSY_LC_ONEKEY_H
#define TEENSY_LC_ONEKEY_H
#include "chbibios_test.h"
#include "chibios_test.h"
#endif