kopia lustrzana https://github.com/OpenRTX/OpenRTX
Removed macro disabling by default the USB virtual COM port, which is now permanently enabled.
rodzic
110a922534
commit
9650ff5925
|
@ -72,9 +72,7 @@ void IRQbspInit()
|
|||
|
||||
void bspInit2()
|
||||
{
|
||||
#ifdef VCOM_ENABLED
|
||||
vcom_init();
|
||||
#endif
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
@ -23,9 +23,6 @@
|
|||
|
||||
#include "MK22F51212.h"
|
||||
|
||||
/* Enable Serial over USB support */
|
||||
//#define VCOM_ENABLED
|
||||
|
||||
/* Screen dimensions */
|
||||
#define SCREEN_WIDTH 128
|
||||
#define SCREEN_HEIGHT 64
|
||||
|
|
|
@ -23,9 +23,6 @@
|
|||
|
||||
#include "MK22F51212.h"
|
||||
|
||||
/* Enable Serial over USB support */
|
||||
//#define VCOM_ENABLED
|
||||
|
||||
/* Screen dimensions */
|
||||
#define SCREEN_WIDTH 128
|
||||
#define SCREEN_HEIGHT 64
|
||||
|
|
|
@ -22,9 +22,6 @@
|
|||
|
||||
#include <stm32f4xx.h>
|
||||
|
||||
/* Enable Serial over USB support */
|
||||
//#define VCOM_ENABLED
|
||||
|
||||
/* Device has a working real time clock */
|
||||
#define HAS_RTC
|
||||
|
||||
|
|
|
@ -23,9 +23,6 @@
|
|||
|
||||
#include <stm32f4xx.h>
|
||||
|
||||
/* Enable Serial over USB support */
|
||||
//#define VCOM_ENABLED
|
||||
|
||||
/* Device has a working real time clock */
|
||||
#define HAS_RTC
|
||||
|
||||
|
|
|
@ -22,9 +22,6 @@
|
|||
|
||||
#include <stm32f4xx.h>
|
||||
|
||||
/* Enable Serial over USB support */
|
||||
//#define VCOM_ENABLED
|
||||
|
||||
/* Device has a working real time clock */
|
||||
#define HAS_RTC
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue