1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

- PIO_PINS_PER_PORT changed (from 31) to 32 for LPC24xx

This commit is contained in:
Dado Sutter 2010-02-01 22:03:31 +00:00
parent e7702bb0e2
commit 0a6a5244c5

View File

@ -89,7 +89,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)