Skip to content

Commit

Permalink
fix build in Arduino IDE
Browse files Browse the repository at this point in the history
Adjust includes so it builds in the Arduino IDE.

Signed-off-by: Taylor Yu <[email protected]>
  • Loading branch information
tlyu authored and obra committed May 31, 2022
1 parent 4f88e80 commit 7587d55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/flash_firmware.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#include <Kaleidoscope.h>
#include <util/crc16.h>
#include "Arduino.h"
extern "C" {
#include <twi.h>
#include <kaleidoscope/device/keyboardio/twi.h>
};

#include "attiny88_flasher.h"
Expand Down

0 comments on commit 7587d55

Please sign in to comment.