1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

Ports on LPC17xx have 32 pins not 31.

This commit is contained in:
James Snyder 2010-06-14 22:58:41 +00:00
parent cd7e875509
commit 901a1a30c1

View File

@ -88,7 +88,7 @@
// #define PIO_PINS_PER_PORT (n) if each port has the same number of pins, or
// #define PIO_PIN_ARRAY { n1, n2, ... } to define pins per port in an array
// Use #define PIO_PINS_PER_PORT 0 if this isn't needed
#define PIO_PINS_PER_PORT 31
#define PIO_PINS_PER_PORT 32
// Allocator data: define your free memory zones here in two arrays
// (start address and end address)