diff options
Diffstat (limited to 'keyboards/w1_at/w1_at.c')
-rw-r--r-- | keyboards/w1_at/w1_at.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/w1_at/w1_at.c b/keyboards/w1_at/w1_at.c index 9d0dba7a89..d4c4ce932a 100644 --- a/keyboards/w1_at/w1_at.c +++ b/keyboards/w1_at/w1_at.c @@ -13,7 +13,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 "w1_at.h" + #include "quantum.h" void led_init_ports(void) { // Set our LED pins as open drain outputs |