Skip to content
Snippets Groups Projects
Commit 39ab7507 authored by Dean Camera's avatar Dean Camera
Browse files

Remove duplicate #include of <avr/wdt.h> in the TeensyHID bootloader.

parent d4ca7fb4
No related branches found
No related tags found
No related merge requests found
......@@ -40,9 +40,7 @@
#include <avr/io.h>
#include <avr/wdt.h>
#include <avr/boot.h>
#include <avr/wdt.h>
#include <avr/power.h>
#include <util/delay.h>
#include <stdbool.h>
#include "Descriptors.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment