Removed macro disabling by default the USB virtual COM port, which is now permanently enabled.

replace/a89790e5abfd4d8cb7762ba7509574f7920fbfec
Silvano Seva 2021-08-26 10:21:42 +02:00
rodzic 110a922534
commit 9650ff5925
6 zmienionych plików z 0 dodań i 17 usunięć

Wyświetl plik

@ -72,9 +72,7 @@ void IRQbspInit()
void bspInit2() void bspInit2()
{ {
#ifdef VCOM_ENABLED
vcom_init(); vcom_init();
#endif
} }
// //

Wyświetl plik

@ -23,9 +23,6 @@
#include "MK22F51212.h" #include "MK22F51212.h"
/* Enable Serial over USB support */
//#define VCOM_ENABLED
/* Screen dimensions */ /* Screen dimensions */
#define SCREEN_WIDTH 128 #define SCREEN_WIDTH 128
#define SCREEN_HEIGHT 64 #define SCREEN_HEIGHT 64

Wyświetl plik

@ -23,9 +23,6 @@
#include "MK22F51212.h" #include "MK22F51212.h"
/* Enable Serial over USB support */
//#define VCOM_ENABLED
/* Screen dimensions */ /* Screen dimensions */
#define SCREEN_WIDTH 128 #define SCREEN_WIDTH 128
#define SCREEN_HEIGHT 64 #define SCREEN_HEIGHT 64

Wyświetl plik

@ -22,9 +22,6 @@
#include <stm32f4xx.h> #include <stm32f4xx.h>
/* Enable Serial over USB support */
//#define VCOM_ENABLED
/* Device has a working real time clock */ /* Device has a working real time clock */
#define HAS_RTC #define HAS_RTC

Wyświetl plik

@ -23,9 +23,6 @@
#include <stm32f4xx.h> #include <stm32f4xx.h>
/* Enable Serial over USB support */
//#define VCOM_ENABLED
/* Device has a working real time clock */ /* Device has a working real time clock */
#define HAS_RTC #define HAS_RTC

Wyświetl plik

@ -22,9 +22,6 @@
#include <stm32f4xx.h> #include <stm32f4xx.h>
/* Enable Serial over USB support */
//#define VCOM_ENABLED
/* Device has a working real time clock */ /* Device has a working real time clock */
#define HAS_RTC #define HAS_RTC