lib: Remove sam4e sam.h and component-version.h files
These two files from atmel have different licenses than the other files. Neither files provide any real value, so just remove them to avoid any confusion. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
// This file may be distributed under the terms of the GNU GPLv3 license.
|
||||
|
||||
// CMSIS
|
||||
#include "sam.h"
|
||||
#include "sam4e.h"
|
||||
|
||||
// Klipper
|
||||
#include "command.h" // DECL_CONSTANT
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
// This file may be distributed under the terms of the GNU GPLv3 license.
|
||||
|
||||
// CMSIS
|
||||
#include "sam.h" // UART
|
||||
#include "sam4e.h" // UART
|
||||
|
||||
// Klipper
|
||||
#include "autoconf.h" // CONFIG_SERIAL_BAUD
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "autoconf.h" // CONFIG_CLOCK_FREQ
|
||||
|
||||
// SAM4E port
|
||||
#include "sam.h"
|
||||
#include "sam4e.h"
|
||||
#include "gpio.h"
|
||||
|
||||
#define SSPI_USART0 0
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
// This file may be distributed under the terms of the GNU GPLv3 license.
|
||||
|
||||
// CMSIS
|
||||
#include "sam.h"
|
||||
#include "sam4e.h"
|
||||
// Klipper
|
||||
#include "board/irq.h" // irq_disable
|
||||
#include "board/misc.h" // timer_read_time
|
||||
|
||||
Reference in New Issue
Block a user