Browse Source

rn42 compilation error fix (#4050)

* rn42 compile fix

Fixes a compilation error

* simpler rn42 compile fix

good idea drashna :)
pull/3476/merge
Enochen 5 years ago
committed by Drashna Jaelre
parent
commit
f13ca59361
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/hhkb/rn42/rn42.c

+ 1
- 1
keyboards/hhkb/rn42/rn42.c View File

@ -1,7 +1,7 @@
#include <avr/io.h>
#include "host.h"
#include "host_driver.h"
#include "serial.h"
#include "../serial.h"
#include "rn42.h"
#include "print.h"
#include "timer.h"


Loading…
Cancel
Save