Add `VCOM_ENABLED` define to disable VCOM that is currently broken
This commit is contained in:
parent
96abae4bad
commit
1f74c0abb7
|
|
@ -54,7 +54,9 @@ void IRQbspInit()
|
||||||
|
|
||||||
void bspInit2()
|
void bspInit2()
|
||||||
{
|
{
|
||||||
|
#ifdef VCOM_ENABLED
|
||||||
vcom_init();
|
vcom_init();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,9 @@
|
||||||
|
|
||||||
#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
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,9 @@
|
||||||
|
|
||||||
#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
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,9 @@
|
||||||
|
|
||||||
#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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,9 @@
|
||||||
|
|
||||||
#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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,9 @@
|
||||||
|
|
||||||
#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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue