platforms: Removed the usbuart.h from across the platform impls as it was needless contamination
This commit is contained in:
parent
b9b88fbb87
commit
6747ad36d7
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include "general.h"
|
||||
#include "usb.h"
|
||||
#include "usbuart.h"
|
||||
#include "aux_serial.h"
|
||||
#include "morse.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include "general.h"
|
||||
#include "usb.h"
|
||||
#include "usbuart.h"
|
||||
#include "aux_serial.h"
|
||||
#include "morse.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
#include "general.h"
|
||||
#include "usb.h"
|
||||
#include "usbuart.h"
|
||||
#include "aux_serial.h"
|
||||
#include "morse.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
#include "general.h"
|
||||
#include "usb.h"
|
||||
#include "usbuart.h"
|
||||
#include "aux_serial.h"
|
||||
#include "morse.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include "general.h"
|
||||
#include "usb.h"
|
||||
#include "usbuart.h"
|
||||
#include "aux_serial.h"
|
||||
#include "morse.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include "general.h"
|
||||
#include "usb.h"
|
||||
#include "usbuart.h"
|
||||
#include "aux_serial.h"
|
||||
#include "morse.h"
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include "general.h"
|
||||
#include "gdb_if.h"
|
||||
#include "usb.h"
|
||||
#include "usbuart.h"
|
||||
#include "aux_serial.h"
|
||||
|
||||
#include <libopencm3/lm4f/rcc.h>
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include "general.h"
|
||||
#include "usb.h"
|
||||
#include "usbuart.h"
|
||||
#include "aux_serial.h"
|
||||
#include "morse.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include "general.h"
|
||||
#include "usb.h"
|
||||
#include "usbuart.h"
|
||||
#include "aux_serial.h"
|
||||
|
||||
#include <libopencm3/stm32/rcc.h>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include "general.h"
|
||||
#include "usb.h"
|
||||
#include "usbuart.h"
|
||||
#include "aux_serial.h"
|
||||
|
||||
#include <libopencm3/stm32/rcc.h>
|
||||
|
|
Loading…
Reference in New Issue