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

This commit is contained in:
Silvano Seva 2021-08-26 10:21:42 +02:00
parent 110a922534
commit 9650ff5925
6 changed files with 0 additions and 17 deletions

View File

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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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