Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions teensy4/usb_seremu.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@

#include "usb_dev.h"
#include "usb_seremu.h"
#include "core_pins.h" // for yield()
#include <string.h> // for memcpy()
#include "avr/pgmspace.h" // for PROGMEM, DMAMEM, FASTRUN
#include "debug/printf.h"
#include "core_pins.h"

#if defined(SEREMU_INTERFACE) && !defined(CDC_STATUS_INTERFACE) && !defined(CDC_DATA_INTERFACE)

Expand Down
1 change: 1 addition & 0 deletions teensy4/usb_seremu.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#pragma once

#include "usb_desc.h"
#include "core_pins.h" // for yield()

#if defined(SEREMU_INTERFACE) && !defined(CDC_STATUS_INTERFACE) && !defined(CDC_DATA_INTERFACE)

Expand Down
1 change: 0 additions & 1 deletion teensy4/usb_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include "avr/pgmspace.h" // for PROGMEM, DMAMEM, FASTRUN

#include "debug/printf.h"
#include "core_pins.h"

// defined by usb_dev.h -> usb_desc.h
#if defined(CDC_STATUS_INTERFACE) && defined(CDC_DATA_INTERFACE)
Expand Down
1 change: 1 addition & 0 deletions teensy4/usb_serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

#pragma once

#include "core_pins.h"
#include "usb_desc.h"
#include <stdint.h>

Expand Down