LPC176x framework update (#20469)

This commit is contained in:
Chris Pepper
2020-12-14 22:36:25 +00:00
committed by GitHub
parent 8c05053951
commit 9fd358f10c
3 changed files with 2 additions and 5 deletions

View File

@@ -47,9 +47,6 @@ extern "C" volatile uint32_t _millis;
#include <pinmapping.h>
#include <CDCSerial.h>
// i2c uses 8-bit shifted address
#define I2C_ADDRESS(A) uint8_t((A) << 1)
//
// Default graphical display delays
//