First adjustments for FPC BT link

This commit is contained in:
Philippe Teuwen 2019-04-23 23:36:36 +02:00
commit e453aff88c
4 changed files with 19 additions and 2 deletions

View file

@ -13,6 +13,9 @@
#ifndef __USB_CMD_H
#define __USB_CMD_H
// Use it e.g. when using slow links such as BT
#define USART_SLOW_LINK
#ifdef _MSC_VER
typedef DWORD uint32_t;
typedef BYTE uint8_t;